MCP ServerSTDIOOfficialv1.0.1

Afable702 Vault MCP Tools MCP Server

Query, search, and manipulate Obsidian vaults programmatically with 35 tools covering notes, graph analysis, tags, and canvas operations. For developers building automation, AI agents, or integrations on top of Obsidian knowledge bases.

io.github.afable702/vault-mcp-tools

Hosted URL

Local install

Transport

STDIO

Auth

1 required env var

What the Afable702 Vault MCP Tools MCP server does

How models use it and what it is built for.

Query, search, and manipulate Obsidian vaults programmatically with 35 tools covering notes, graph analysis, tags, and canvas operations. For developers building automation, AI agents, or integrations on top of Obsidian knowledge bases.

Connect to Afable702 Vault MCP Tools

Local install — runs as a subprocess.

npx vault-mcp-tools@1.0.1

Environment variables

Configuration this server reads at startup.

  • OBSIDIAN_VAULT_PATHRequired

    Absolute path to the Obsidian vault root directory

  • OBSIDIAN_REST_TOKENSecret

    Bearer token for the Obsidian REST API (enables 3 bonus tools: execute_command, list_commands, open_in_obsidian)

  • OBSIDIAN_REST_PORT

    REST API port (default: 27124)

  • OBSIDIAN_TRANSPORT

    Transport mode: stdio (default) or http

  • OBSIDIAN_HTTP_PORT

    HTTP transport port (default: 3000)

  • OBSIDIAN_HTTP_AUTH_TOKENSecret

    Bearer token for HTTP transport authentication

Resources

Where to find authoritative docs and source for Afable702 Vault MCP Tools.

Example prompts for Afable702 Vault MCP Tools

Paste any of these into Agent Studio after connecting Afable702 Vault MCP Tools.

  • Search my vault for all notes tagged with project-alpha and return their file paths
  • List all backlinks pointing to the note Daily/2025-01-15 and show their titles
  • Get the graph structure of my vault to identify orphaned notes
  • Create a new note in the Inbox folder with frontmatter tags: research, urgent

Afable702 Vault MCP Tools MCP server — FAQ

Common questions about connecting and running Afable702 Vault MCP Tools.

  • What do I need to set up vault-mcp-tools?

    Set the required OBSIDIAN_VAULT_PATH environment variable to your vault's root directory. Optionally, configure OBSIDIAN_REST_TOKEN and OBSIDIAN_REST_PORT to unlock three additional tools (execute_command, list_commands, open_file) via Obsidian's REST API.

  • Can I use this server over HTTP instead of stdio?

    Yes. Set OBSIDIAN_TRANSPORT=http and configure OBSIDIAN_HTTP_PORT (default 3000) and OBSIDIAN_HTTP_AUTH_TOKEN for authentication. The default transport is stdio.

  • What are the 35 tools this server provides?

    The registry lists coverage for notes, search, graph analysis, tags, and canvas operations. Refer to the server's tool documentation or call list_tools to see the complete inventory and their schemas.

  • Do I need an Obsidian REST API token?

    No—the token is optional. Without it, you get the core 32 tools for vault querying and manipulation. With OBSIDIAN_REST_TOKEN set, you unlock 3 bonus tools that execute Obsidian commands and open files directly.

  • Can this server modify notes in my vault?

    Yes. The server includes tools for creating and manipulating notes. Always test on a vault backup first, and ensure OBSIDIAN_VAULT_PATH points to the correct directory to avoid accidental changes.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground