MCP Directory
Back

zettelkasten-mcp

by entanglr · Python · ★ 150

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.

#claude#knowledge-graph#llm#markdown#mcp#mcp-server#note-taking#obsidian#python#zettelkasten

Install

pip install git+https://github.com/entanglr/zettelkasten-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "zettelkasten-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/entanglr/zettelkasten-mcp.git"
      ]
    }
  }
}

From the README

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. The Zettelkasten method is a knowledge management system developed by German sociologist Niklas Luhmann, who used it to produce over 70 books and hundreds of articles. It consists of three core principles: 1. **Atomicity**: Each note contains exactly one idea, making it a discrete unit of knowledge 2. **Connectivity**: Notes are linked together to create a network of knowledg…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers