Serversio.github.wavyrai/rm-mcp
M

reMarkable MCP Server

io.github.wavyrai/rm-mcp · v0.4.7
▦ pypi
v0.4.7pypi pypi: rm-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wavyrai/rm-mcp",
  "description": "Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes",
  "title": "reMarkable MCP Server",
  "repository": {
    "url": "https://github.com/wavyrai/rm-mcp",
    "source": "github"
  },
  "version": "0.4.7",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "rm-mcp",
      "version": "0.4.7",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}