Skip to content
Cursor

Supernote for Cursor

io.github.ridget/supernote-mcp

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

client:Cursor transport:stdio runtime:npm

Install Supernote in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Supernote in other clients