36
/ 100
14 days ago
glama

reMarkable MCP Server

Enables AI assistants to read, search, and traverse your entire reMarkable library, including handwritten notes via OCR.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
3 tools describe read intent but their handlers mutate — remarkable_read (line 400: tmp_path.unlink(missing_ok=True)); remarkable_recent (line 1128: tmp_path.unlink(missing_ok=True)); remarkable_image (line 1822: ocr_tmp_path.unlink(missing_ok=True))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: REMARKABLE_TOKEN, REMARKABLE_SSH_KEY, GOOGLE_VISION_API_KEY, REMARKABLE_SSH_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretREMARKABLE_TOKEN"": "${input:remarkable-token}",
configREMARKABLE_USE_SSH
configREMARKABLE_USE_USB_WEB
configREMARKABLE_READ_ONLY
configREMARKABLE_DISABLE_CLOUD_FALLBACKPass --no-cloud-fallback (or set =1) to disable this and fail instead when the device is unreachable.
🔐 secretREMARKABLE_SSH_KEY
configREMARKABLE_BACKGROUND_COLOR"": "#FFFFFF"
configREMARKABLE_OCR_BACKENDSet in your MCP config:
🔐 secretGOOGLE_VISION_API_KEY"": "your-api-key"
configREMARKABLE_ROOT_PATH"": "/Work",
configREMARKABLE_SSH_HOST
configREMARKABLE_SSH_USER
configREMARKABLE_SSH_PORT
🔐 secretREMARKABLE_SSH_PASSWORD
configREMARKABLE_SYNC_WORKERS16 Parallel workers for cloud fetches (clamped to 64).
configREMARKABLE_DISABLE_CACHEunset Set to 1 to disable the on-disk blob cache entirely.
configREMARKABLE_CACHE_MAX_BLOB4194304 (4 MiB) Blobs larger than this are streamed through but not cached.
configREMARKABLE_CACHE_DIR~/.remarkable/cache/blobs Where cached blobs are stored.
configREMARKABLE_RETRY_ATTEMPTS3 Maximum number of request attempts (minimum 1)
configREMARKABLE_RETRY_DELAY2.0 Base delay in seconds for exponential backoff
configREMARKABLE_USB_HOST
configREMARKABLE_USB_TIMEOUT
configREMARKABLE_SKIP_CONFIRM
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sammorrowdrums-remarkable-mcp-tb4ysg)](https://m8ven.ai/mcp/sammorrowdrums-remarkable-mcp-tb4ysg)
commit: e01f799a1b25e8d9bd5ab078ee00a9e806e44d64
code hash: 6f174e5351ba0bbe2ee5bb32009ae65208e021092d309450e554487d45404e91
verified: 7/17/2026, 8:31:02 AM
view raw JSON →