Skip to content

Obsidian

Free

by MCP Community

Knowledge graph-powered context engine for Obsidian vaults (MCP server)

v1.1.0Added Apr 12, 2026
mcpobsidianvaultknowledge-graphcontext-engine
Works with:ClaudeGPTGeminiCopilot

Obsidian MCP Server

Knowledge graph-powered context engine for Obsidian vaults (MCP server)

Installation

npx -y @tac0de/obsidian-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @tac0de/obsidian-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "obsidian": {
      "command": "npx",
      "args": ["-y", "@tac0de/obsidian-mcp"]
    }
  }
}