note-gen (MCP Server)

GitHub

Capture first. Organize later. A local-first Markdown app that turns scattered records into clear notes with AI.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "note-gen": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-note-gen"
      ]
    }
  }
}