obsidian-mcp

maxkuminov/obsidian-mcp
★ 0 stars Python 🔍 Search Updated 1d ago
Self-hosted MCP server for Obsidian vault: semantic search, full-text search, and CRUD via API
View on GitHub →

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": {
      "command": "uvx",
      "args": [
        "obsidian-mcp"
      ]
    }
  }
}

Or install with pip: pip install obsidian-mcp