Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zennotes": {
"command": "npx",
"args": [
"-y",
"ZenNotes/zennotes"
]
}
}
}
Run in terminal:
claude mcp add zennotes npx -y ZenNotes/zennotes
Add to .cursor/mcp.json:
{
"mcpServers": {
"zennotes": {
"command": "npx",
"args": [
"-y",
"ZenNotes/zennotes"
]
}
}
}