Loading MCP server directory, please wait...
Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
npx @getmcp/cli add io.github.wavyrai/rm-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
REMARKABLE_TOKENAuthentication token for reMarkable Cloud API. Get one by registering at https://my.remarkable.com/device/apps/connect
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wavyrai/rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": ""
}
}
}
}