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.
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.
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.
claude mcp add vault-mcp-tools -- npx -y vault-mcp-tools
{
"mcpServers": {
"vault-mcp-tools": {
"args": [
"-y",
"vault-mcp-tools"
],
"command": "npx"
}
}
}
[mcp_servers.vault-mcp-tools]
command = "npx"
args = ["-y", "vault-mcp-tools"]
{
"mcpServers": {
"vault-mcp-tools": {
"args": [
"-y",
"vault-mcp-tools"
],
"command": "npx"
}
}
}
{
"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.
Standalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1
Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.
Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.
Access Obsidian vaults via Local REST API - read, search, and interact with notes
Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.
Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.
MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.
Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.
Answers built from our own checks of this server.