entanglr/zettelkasten-mcp
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-compatible clients.
Quick Start
Clone the repository:
git clone https://github.com/entanglr/zettelkasten-mcpClaude Desktop configuration example:
{
"mcpServers": {
"zettelkasten-mcp": {
"command": "npx",
"args": [
"-y",
"entanglr/zettelkasten-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.