← Back to Plugins
MCP Server MCP

Supernote

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "supernote-mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Device IP (optionally with :port) from the Supernote mirroring popup. Optional — if unset, the server scans the LAN for the mirror.",
          "name": "SUPERNOTE_IP"
        },
        {
          "description": "Set to 0 to disable the LAN-scan fallback used when SUPERNOTE_IP is unset or unreachable.",
          "name": "SUPERNOTE_DISCOVER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...