High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.
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-plugin": {
"command": "npx",
"args": [
"-y",
"aaronsb/obsidian-mcp-plugin"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add obsidian-mcp-plugin npx -y aaronsb/obsidian-mcp-plugin
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"aaronsb/obsidian-mcp-plugin"
]
}
}
}
📋 Copy