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

$ curl -LsSf https://astral.sh/uv/install.sh | shhttps://docs.astral.sh/uv/$ uvx rm-mcp --setuphttps://my.remarkable.com/device/browser/connectPlease install the `rm-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **uv / uvx** — Required to run via uvx. Run: `curl -LsSf https://astral.sh/uv/install.sh | sh` (https://docs.astral.sh/uv/)
- **reMarkable Connect subscription** — Required for reMarkable Cloud API access. (https://remarkable.com/store/connect)
- **reMarkable Auth Token** — Get a one-time code from my.remarkable.com/device/apps/connect and convert to token via: uvx rm-mcp --register YOUR_CODE Run: `uvx rm-mcp --setup` (https://my.remarkable.com/device/browser/connect)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["rm-mcp@latest"]
- required environment variables:
- `REMARKABLE_TOKEN`: Auth token obtained via uvx rm-mcp --setup or --register (example: `<token-from-setup>`)
- optional environment variables:
- `REMARKABLE_ROOT_PATH`: Limit server to a specific folder. Default: / (example: `/Work`)
- `REMARKABLE_OCR_BACKEND`: OCR backend for handwriting recognition. Default: sampling (example: `sampling`)
- `REMARKABLE_BACKGROUND_COLOR`: Background color for rendered images in #RRGGBB or #RRGGBBAA format. (example: `#FBFBFB`)
Note: Read-only access to reMarkable tablet library via reMarkable Cloud API. Supports handwriting OCR, PDF/EPUB text extraction, and full-text search. Requires reMarkable Connect subscription.
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.REMARKABLE_TOKENrequiredAuth token from `uvx rm-mcp --setup`An MCP Server for computer-use in Windows OS