Back to MCP Servers
Obsidian Server
Access and interact with your Obsidian vault for personal knowledge management and note-taking
obsidiannotesknowledge-basemarkdowncommunity
By Community
Installation
npm install -g obsidian-mcpConfiguration
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "obsidian-mcp"],
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/vault"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes