Obsidian plugin that embeds a full MCP HTTP server — gives AI agents native access to Obsidian's internal APIs
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-plugin": {
"command": "npx",
"args": [
"-y",
"Raindancer118/obsidian-mcp-plugin"
]
}
}
}
Run in terminal:
claude mcp add obsidian-mcp-plugin npx -y Raindancer118/obsidian-mcp-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"Raindancer118/obsidian-mcp-plugin"
]
}
}
}