What is the Supernote MCP server?
Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
How to install Supernote
Copy-paste configuration for popular MCP clients.
SUPERNOTE_IPDevice IP (optionally with :port) from the Supernote mirroring popup. Optional — if unset, the server scans the LAN for the mirror.
SUPERNOTE_DISCOVERSet to 0 to disable the LAN-scan fallback used when SUPERNOTE_IP is unset or unreachable.
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<YOUR_SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<YOUR_SUPERNOTE_DISCOVER>"
}
}
}
}{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<YOUR_SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<YOUR_SUPERNOTE_DISCOVER>"
}
}
}
}{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<YOUR_SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<YOUR_SUPERNOTE_DISCOVER>"
}
}
}
}{
"servers": {
"supernote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<YOUR_SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<YOUR_SUPERNOTE_DISCOVER>"
}
}
}
}claude mcp add supernote-mcp --env SUPERNOTE_IP=<YOUR_SUPERNOTE_IP> --env SUPERNOTE_DISCOVER=<YOUR_SUPERNOTE_DISCOVER> -- npx -y supernote-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.