Quick Install
Get MCP-Vault running in seconds with any MCP-compatible platform
Configure Your AI Platform
Optional no-path mode: if your client starts MCP-Vault from inside your vault folder, you can omit the vault path and use current working directory.
npx @bitbonsai/mcpvault@latest
"args": ["@bitbonsai/mcpvault@latest"]
Supported note file types: .md,
.markdown,
.txt,
.base, and
.canvas.
No pre-installation needed! npx automatically downloads and runs the server when needed.
Config file locations
~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json ~/.claude.json claude mcp add-json --scope user for global access
~/Library/Application Support/ChatGPT/chatgpt_config.json %APPDATA%\ChatGPT\chatgpt_config.json ~/.gemini/settings.json opencode.json ~/.config/opencode/opencode.json ~/.codex/config.toml %USERPROFILE%\.codex\config.toml Need your vault path?
Option
and choose
Copy "..." as Pathname.
Shift,
right-click your vault folder, and choose
Copy as path.
pwd.
Replace /path/to/your/vault
with that full absolute path.
Optional CWD mode
You can omit the vault path entirely when your client starts this server from inside your vault directory. In that case, MCP-Vault uses the current working directory as vault root.
npx @bitbonsai/mcpvault@latest
npm start
Developers: Test with MCP Inspector
MCP Inspector provides a web UI to test all MCP methods interactively.
- Testing server functionality before integration
- Debugging MCP method calls and responses
- Exploring available tools and resources
- Development and troubleshooting
Works with all MCP-compatible platforms: Claude Desktop, ChatGPT+, Claude Code, OpenCode, Gemini CLI, Cursor IDE,
Windsurf, and more coming soon!
Use the same configuration with your platform's MCP server
settings.
What "private" means:
For commercial Claude users: Your data won't be used for AI training.
You're all set!
Restart your AI platform and you'll see MCP-Vault connected. Your AI assistant can now safely read, search, and manage your Obsidian vault.