obsidian-mcp-server

cyanheads/obsidian-mcp-server
★ 398 stars TypeScript 🧠 Memory/Knowledge Updated 1mo ago
Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a comprehensive suite of tools for reading, writing, searching, and managing notes, tags, and frontmatter, acting as a bridge to the Obsidian Local REST API plugin.
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",
        "cyanheads/obsidian-mcp-server"
      ]
    }
  }
}

Topics

ai-toolsknowledge-basellmllm-agentmcpmodel-context-protocolnote-takingobsidiantypescript