Skip to content
Gemini CLI

Supernote for Gemini CLI

io.github.ridget/supernote-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Supernote in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Supernote in other clients