Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx rm-mcp
MCP client config
{
"mcpServers": {
"remarkable-mcp-server": {
"command": "uvx",
"args": [
"rm-mcp"
]
}
}
}