This MCP server allows AI tools to access and interact with the reMarkable tablet's library, including searching and reading documents and handwritten notes via OCR.
From the registry: Access your reMarkable tablet - read documents, browse files, extract text and OCR

Please install the `remarkable` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **reMarkable tablet** — A physical reMarkable tablet is required. Connect via USB (recommended), SSH (advanced), or Cloud (requires reMarkable Connect subscription). (https://remarkable.com)
Optional prerequisites:
- USB web interface enabled (for USB mode) — On your tablet: Settings → Storage → Enable 'USB web interface'. Tablet accessible at http://10.11.99.1
- Google Cloud Vision API key (for handwriting OCR) — Optional — needed for best handwriting OCR quality. Sampling (client AI) and Tesseract are free alternatives. (https://console.cloud.google.com/apis/library/vision.googleapis.com)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["remarkable-mcp","--usb"]
- optional environment variables:
- `GOOGLE_VISION_API_KEY`: Google Cloud Vision API key for handwriting OCR. Optional — falls back to sampling or Tesseract. (example: `<your-google-vision-api-key>`)
- `REMARKABLE_TOKEN`: reMarkable API token for cloud mode. Obtain via: uvx remarkable-mcp --register YOUR_CODE (example: `<your-remarkable-token>`)
- `REMARKABLE_OCR_BACKEND`: OCR backend: sampling, google, tesseract, or auto (default) (example: `auto`)
- `REMARKABLE_ROOT_PATH`: Limit server to a specific folder on your reMarkable (example: `/Work`)
- `REMARKABLE_BACKGROUND_COLOR`: Default background color for image rendering (hex RGB or RGBA) (example: `#FFFFFF`)
Note: Three connection modes: --usb (recommended, requires USB cable + web interface enabled in Storage Settings), --ssh (advanced, requires developer mode), no flag (cloud mode, requires REMARKABLE_TOKEN and reMarkable Connect subscription). For cloud mode, first register: uvx remarkable-mcp --register YOUR_ONE_TIME_CODE
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GOOGLE_VISION_API_KEYrequiredGoogle Vision API Key (for handwriting OCR)REMARKABLE_TOKENrequiredreMarkable API tokenProvide your AI coding tools with token-efficient access to up-to-date technical documentation for…