🗂️ Boost your Obsidian experience with a powerful Model Context Protocol server for vault access, knowledge graph analysis, and seamless integrations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"Amri854/obsidian-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add obsidian-mcp-server npx -y Amri854/obsidian-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"Amri854/obsidian-mcp-server"
]
}
}
}