obsidian-mcp

nemesis312/obsidian-mcp
★ 0 stars Go 🔒 Security Updated today
Zero-dependency MCP server for Obsidian vaults
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": "go",
      "args": [
        "run",
        "github.com/nemesis312/obsidian-mcp@latest"
      ]
    }
  }
}