obsidian-web-mcp

jimprosser/obsidian-web-mcp
★ 98 stars Python 🔒 Security Updated today
Secure remote MCP server for Obsidian vaults -- access your notes from Claude, your phone, or any MCP client, anywhere. OAuth 2.0 auth, Cloudflare Tunnel, atomic writes safe for Obsidian Sync.
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-web-mcp": {
      "command": "uvx",
      "args": [
        "obsidian-web-mcp"
      ]
    }
  }
}

Or install with pip: pip install obsidian-web-mcp