Skip to content

Obsidian

Free

by MCP Community

MCP server that turns Obsidian vaults into AI-queryable knowledge graphs

v1.0.3Added Apr 12, 2026
mcpobsidianknowledge-graph
Works with:ClaudeGPTGeminiCopilot

Obsidian MCP Server

MCP server that turns Obsidian vaults into AI-queryable knowledge graphs

Installation

npx -y @smammadov/obsidian-mcp

Reviews

Leave a Review

Installation

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