← Back to Plugins
MCP Server MCP

reMarkable MCP Server

github By github 👁 1 views ▲ 0 votes

Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes

Homepage Verified source GitHub

Install

uvx rm-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "rm-mcp",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Authentication token for reMarkable Cloud API. Get one by registering at https://my.remarkable.com/device/apps/connect",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "REMARKABLE_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...