Skip to content
Claude Desktop

Notes for Claude Desktop

io.github.mctx-ai/notes

Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one clie

client:Claude Desktop transport:sse

Install Notes in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "notes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://notes.mctx.ai/v1.5.4"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Notes in other clients