
ReMarkable MCP Server
Pull handwritten notes, browsable files, text extraction, and OCR from your reMarkable tablet into agent workflows.
Overview
io.github.SamMorrowDrums/remarkable is a Build-phase MCP server that lets AI assistants access reMarkable documents, files, text extraction, and OCR via stdio and REMARKABLE_TOKEN.
What is this MCP server?
- Read documents, browse files, extract text, and run OCR from reMarkable Cloud
- stdio MCP via PyPI package remarkable-mcp (v0.9.1)
- REMARKABLE_TOKEN from my.remarkable.com device browser connect flow
- reMarkable MCP Server—tablet notes without manual export gymnastics
- Package version 0.9.1 on PyPI identifier remarkable-mcp
- 1 required secret env var: REMARKABLE_TOKEN
- Capabilities listed: read documents, browse files, extract text, OCR
Community signal: 135 GitHub stars.
What problem does it solve?
Ideas trapped on a reMarkable tablet stay invisible to your coding agent until you manually sync, export, or retype notes.
Who is it for?
Indie builders who plan on reMarkable and want notebooks in the same loop as code and specs.
Skip if: Teams without reMarkable hardware, or workflows that need real-time collaborative docs instead of tablet sync.
What do I get? / Deliverables
After registering remarkable-mcp with a cloud token, your agent can browse and read reMarkable content including OCR’d ink.
- Configured reMarkable MCP stdio server
- Agent access to browse/read tablet documents
- Text and OCR extraction from reMarkable files
Recommended MCP Servers
Journey fit
Turning tablet notes into machine-usable context is Build-phase agent tooling that feeds specs, docs, and implementation—not launch SEO. Agent-tooling fits a personal knowledge bridge (reMarkable Cloud) that extends what your coding agent can read and cite.
How it compares
reMarkable Cloud MCP bridge, not a Notion skill or generic PDF parser.
Common Questions / FAQ
Who is io.github.SamMorrowDrums/remarkable for?
Developers and founders who use a reMarkable tablet and want MCP agents to read and OCR their synced library.
When should I use io.github.SamMorrowDrums/remarkable?
Use it during Build (or early Validate) when notebook sketches and annotated PDFs should inform agent answers without manual export.
How do I add io.github.SamMorrowDrums/remarkable to my agent?
Install remarkable-mcp from PyPI, obtain REMARKABLE_TOKEN at https://my.remarkable.com/device/browser/connect, add stdio MCP config, and restart your client.