obsidian-mcp-server

shivamsharmxa/obsidian-mcp-server
★ 8 stars TypeScript 🤖 AI/LLM Updated 12d ago
An open-source MCP server that connects Claude.ai to your Obsidian vault — full CRUD, full-text search, backlinks, daily notes & frontmatter parsing. Built with TypeScript + MCP SDK. Contributions welcome!
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "shivamsharmxa/obsidian-mcp-server"
      ]
    }
  }
}