zettelkasten-mcp

entanglr/zettelkasten-mcp
★ 141 stars Python 🧠 Memory/Knowledge Updated 1mo ago
A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
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": {
    "zettelkasten-mcp": {
      "command": "uvx",
      "args": [
        "zettelkasten-mcp"
      ]
    }
  }
}

Or install with pip: pip install zettelkasten-mcp

Topics

claudeknowledge-graphllmmarkdownmcpmcp-servernote-takingobsidianpythonzettelkasten