Knowledge Systems
Trust: 34/100 (Limited)Obsidian Vault MCP Server Guide
Access Obsidian vaults via Local REST API - read, search, and interact with notes
7 starsby OleksandrKucherenko
Quick Start
Install
npx @oleksandrkucherenko/mcp-obsidianClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-oleksandrkucherenko-mcp-obsidian-via-rest": {
"command": "npx",
"args": [
"@oleksandrkucherenko/mcp-obsidian"
]
}
}
}