Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
claude mcp add supernote-mcp -- npx -y supernote-mcp
claude_desktop_config.json
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"supernote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"supernote-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ridget--supernote-mcp/reviews or the review_server meta-tool.
POST /mcp