Back to MCP Servers
🔌

entanglr/zettelkasten-mcp

MIT

🐍 🏠 - A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, and search atomic notes through Claude and other MCP-comp

PythonSearch

Install

npx -y entanglr-zettelkasten-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "entanglr-zettelkasten-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "entanglr-zettelkasten-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.