🖥️ Manage your Obsidian vault with this TypeScript MCP server, offering core operations, advanced search, and graph analytics for enhanced productivity.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"adityasingh0z3/obsidian-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add obsidian-mcp-server npx -y adityasingh0z3/obsidian-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"adityasingh0z3/obsidian-mcp-server"
]
}
}
}
📋 Copy