Skip to content
Cursor

reMarkable MCP Server (Read/Write) for Cursor

io.github.praveensehgal/remarkable

Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR

client:Cursor transport:stdio runtime:pypi

Install reMarkable MCP Server (Read/Write) 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": {
    "remarkable": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "remarkable-mcp-rw"
      ],
      "env": {
        "REMARKABLE_SSH_HOST": "<REMARKABLE_SSH_HOST>",
        "REMARKABLE_SSH_PASSWORD": "<REMARKABLE_SSH_PASSWORD>"
      }
    }
  }
}

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

reMarkable MCP Server (Read/Write) in other clients