Supernote for Claude Desktop
io.github.ridget/supernote-mcp
Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
client:Claude Desktop
transport:stdio
runtime:npm
Install Supernote in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<SUPERNOTE_DISCOVER>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs