Skip to content
Claude Desktop

reMarkable MCP Server (Read/Write) for Claude Desktop

io.github.praveensehgal/remarkable

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

client:Claude Desktop transport:stdio runtime:pypi

Install reMarkable MCP Server (Read/Write) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": [
        "remarkable-mcp-rw"
      ],
      "env": {
        "REMARKABLE_SSH_HOST": "<REMARKABLE_SSH_HOST>",
        "REMARKABLE_SSH_PASSWORD": "<REMARKABLE_SSH_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

reMarkable MCP Server (Read/Write) in other clients