Skip to content
Claude Desktop

Supernote for Claude Desktop

io.github.ridget/supernote-mcp

Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.

client:Claude Desktop transport:stdio runtime:npm

Install Supernote in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "supernote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "supernote-mcp"
      ],
      "env": {
        "SUPERNOTE_IP": "<SUPERNOTE_IP>",
        "SUPERNOTE_DISCOVER": "<SUPERNOTE_DISCOVER>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Supernote in other clients