AgentHubAgentHub

Supernote

MCP ServerMCP Registry官方收录

io.github.ridget/supernote-mcp · v0.2.2

Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.

概览

Supernote 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "supernote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "supernote-mcp"
      ]
    }
  }
}

环境变量

SUPERNOTE_IP可选

Device IP (optionally with :port) from the Supernote mirroring popup. Optional — if unset, the server scans the LAN for the mirror.

SUPERNOTE_DISCOVER可选

Set to 0 to disable the LAN-scan fallback used when SUPERNOTE_IP is unset or unreachable.

相关资源

统一 Manifest

{
  "id": "io.github.ridget/supernote-mcp",
  "type": "mcp-server",
  "version": "0.2.2",
  "displayName": "Supernote",
  "description": "Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.",
  "repository": {
    "url": "https://github.com/ridget/supernote-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "supernote-mcp",
        "version": "0.2.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SUPERNOTE_IP",
            "description": "Device IP (optionally with :port) from the Supernote mirroring popup. Optional — if unset, the server scans the LAN for the mirror."
          },
          {
            "name": "SUPERNOTE_DISCOVER",
            "description": "Set to 0 to disable the LAN-scan fallback used when SUPERNOTE_IP is unset or unreachable."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ridget/supernote-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ridget%2Fsupernote-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Supernote — MCP Server 安装与配置 · AgentHub