MCP server for Obsidian vault management - enables Claude and other AI assistants to read, write, search, and organize your notes
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",
"smith-and-web/obsidian-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add obsidian-mcp-server npx -y smith-and-web/obsidian-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"smith-and-web/obsidian-mcp-server"
]
}
}
}