Obsidian
📋 Productivity
Read, write, search, and manage notes in your Obsidian vault. Work with tags, frontmatter, links, and the full knowledge graph.
Tools (8)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-server"
],
"env": {
"OBSIDIAN_VAULT_PATH": "your-obsidian-vault-path-here"
}
}
}
}