★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-web-mcp": {
"command": "uvx",
"args": [
"obsidian-web-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add obsidian-web-mcp uvx obsidian-web-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-web-mcp": {
"command": "uvx",
"args": [
"obsidian-web-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install obsidian-web-mcp