MCP Directory
Back

zennotes

by ZenNotes · TypeScript · ★ 1,765

Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration.

#electron#local-first#markdown#mcp#notes#vim

Install

npx -y github:ZenNotes/zennotes

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "zennotes": {
      "command": "npx",
      "args": [
        "-y",
        "github:ZenNotes/zennotes"
      ]
    }
  }
}

From the README

ZenNotes is a keyboard-first Markdown notes app with a shared product core and multiple runtimes: - a desktop app built with Electron - a self-hosted web app backed by a Go server - a future hosted deployment mode built on the same web/server stack ZenNotes keeps your notes as ordinary Markdown files on disk. It adds Vim-friendly editing, split and preview workflows, tasks, tags, archive/trash, diagrams, search, daily notes, CSV databases (Notion-style Table + Board views over plain files), and MCP integration on top of the files you already own. On macOS, the first-party CLI also powers l…
Read full README on GitHub →

Related productivity servers