AI integration with Obsidian vaults
Read, write, search, and manage notes, tags, and frontmatter. Bridge to Obsidian Local REST API plugin.
{
"mcpServers": {
"obsidian": {
"mcpServers": {
"obsidian": {
"env": {
"OBSIDIAN_REST_API_KEY": "YOUR_API_KEY",
"OBSIDIAN_REST_API_URL": "http://localhost:27123"
},
"args": [
"-y",
"@cyanheads/obsidian-mcp-server"
],
"command": "npx"
}
}
}
}
}