mcpbeat Sign in

Vault MCP Tools MCP Server

by afable702 Your server? Claim it
local only

Vault MCP Tools runs on your own machine — the client starts it, so there is no endpoint to ping.

Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · vault-mcp-tools
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vault-mcp-tools -- npx -y vault-mcp-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vault-mcp-tools": {
      "args": [
        "-y",
        "vault-mcp-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vault-mcp-tools]
command = "npx"
args = ["-y", "vault-mcp-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "vault-mcp-tools": {
      "args": [
        "-y",
        "vault-mcp-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vault-mcp-tools": {
      "args": [
        "-y",
        "vault-mcp-tools"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OBSIDIAN_VAULT_PATH (Absolute path to the Obsidian vault root directory), OBSIDIAN_REST_TOKEN (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_TOKEN (Bearer token for HTTP transport authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vault MCP Tools

same job, measured the same way
Vault Cortex
by aliasunder

Standalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1

local only
Stellavault
by evanciel

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

103 installs/wk local only
Obsidian Brain
by sweir1

Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.

198 installs/wk local only
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

183 installs/wk local only
Obsidian MCP Server
by tylern91

Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.

local only
Adam Framework
by strangeadvancedmarketing

Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.

68 installs/wk local only
Hivemind
by hiveforge-sh

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

67 installs/wk local only
Obsidian MCP Server
by cyanheads

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.

7 553 installs/wk local only

Vault MCP Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Vault MCP Tools?
Vault MCP Tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vault-mcp-tools.
Is Vault MCP Tools still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Vault MCP Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vault-mcp-tools straight from npm; nothing to host, nothing to sign up for.