MCP Server
MCP
Supernote
Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
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
By
Comments
Sign in to leave a comment