obsidian-claude-code-mcp

iansinnott/obsidian-claude-code-mcp
★ 179 stars TypeScript 🧠 Memory/Knowledge Updated 1mo ago
Connect Claude Code and other AI tools to your Obsidian notes using Model Context Protocol (MCP)
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-claude-code": {
      "command": "npx",
      "args": [
        "-y",
        "iansinnott/obsidian-claude-code-mcp"
      ]
    }
  }
}