Odel
reMarkable MCP Server

reMarkable MCP Server

Local
@wavyrai20PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrm-mcpv0.7.0

Run

uvx rm-mcp

MCP client config

{
  "mcpServers": {
    "remarkable-mcp-server": {
      "command": "uvx",
      "args": [
        "rm-mcp"
      ]
    }
  }
}