Supernote for Cline
io.github.ridget/supernote-mcp
Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
client:Cline
transport:stdio
runtime:npm
Install Supernote in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<SUPERNOTE_DISCOVER>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs