Skip to content
Cursor

reMarkable MCP Server for Cursor

io.github.wavyrai/rm-mcp

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

client:Cursor transport:stdio runtime:pypi

Install reMarkable MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rm-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rm-mcp"
      ],
      "env": {
        "REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

reMarkable MCP Server in other clients