Supernote
About
Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SUPERNOTE_IP SUPERNOTE_DISCOVERClaude Code
claude mcp add --env SUPERNOTE_IP= --env SUPERNOTE_DISCOVER= supernote-mcp -- npx supernote-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"supernote-mcp","command":"npx","args":["supernote-mcp"],"env":{"SUPERNOTE_IP":"","SUPERNOTE_DISCOVER":""}}'
JSON
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "",
"SUPERNOTE_DISCOVER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.