Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Unlock the full potential of your reMarkable tablet as a second brain for AI assistants. This MCP server lets Claude, VS Code Copilot, and other AI tools read, search, and traverse your entire reMarkable library β including handwritten notes via OCR.
Your reMarkable tablet is a powerful tool for thinking, note-taking, and research. But that knowledge stays trapped on the device. This MCP server changes that:
Whether you're researching, writing, or developing ideas, rm-mcp lets you leverage everything on your reMarkable through AI.
Uses the reMarkable Cloud API. Requires a reMarkable Connect subscription.
This opens your browser, prompts for the one-time code, and prints the ready-to-paste config for Claude Code and Claude Desktop.
Go to my.remarkable.com/device/browser/connect and generate a code.
Claude Code:
Claude Desktop β add to claude_desktop_config.json (use full path to uvx, e.g. from which uvx):
| Tool | Description |
|---|---|
remarkable_read | Read and extract text from documents (with pagination and search) |
remarkable_browse | Navigate folders in your library |
remarkable_search | Search content across multiple documents |
remarkable_recent | Get recently modified documents |
remarkable_status | Check connection status |
remarkable_image | Get PNG/SVG images of pages (supports OCR via sampling) |
All tools are read-only and return structured JSON with hints for next actions.
pages="all", or a range like pages="1-3"grep automatically finds and jumps to the matching pageauto_ocr=False)compact_output=True to reduce token usage in responsesDocuments are automatically registered as MCP resources:
| URI Scheme | Description |
|---|---|
remarkable:///{path}.txt | Extracted text content |
remarkableimg:///{path}.page-{N}.png | PNG image of page N (notebooks only) |
remarkablesvg:///{path}.page-{N}.svg | SVG vector image of page N (notebooks only) |
π Full Resources Documentation
rm-mcp uses sampling OCR β your MCP client's AI model extracts text from handwritten notes. No additional API keys or services needed.
When you use include_ocr=True, rm-mcp sends page images to your client's LLM (Claude, GPT-4, etc.) via MCP sampling. The model reads the handwriting and returns the text.
REMARKABLE_OCR_BACKEND=sampling (this is the default)Limit the MCP server to a specific folder on your reMarkable. All operations will be scoped to this folder:
With this configuration:
remarkable_browse("/") shows contents of /Workremarkable_browse("/Projects") shows /Work/Projects/Work are not accessibleUseful for:
Set the default background color for image rendering:
Supported formats:
#RRGGBB β RGB hex (e.g., #FFFFFF for white)#RRGGBBAA β RGBA hex (e.g., #00000000 for transparent)Default is #FBFBFB (reMarkable paper color). This affects both the remarkable_image tool and image resources.
| Variable | Default | Description |
|---|---|---|
REMARKABLE_TOKEN | (required) | Auth token from uvx rm-mcp --setup |
REMARKABLE_ROOT_PATH | / | Limit access to a specific folder |
REMARKABLE_READ_ONLY | (off) | Set to 1 to disable renaming, moving and creating folders |
REMARKABLE_OCR_BACKEND | sampling | OCR backend (sampling) |
REMARKABLE_BACKGROUND_COLOR | #FBFBFB | Background color for rendered images (#RRGGBB or #RRGGBBAA) |
REMARKABLE_CACHE_TTL | 60 | Collection cache TTL in seconds |
REMARKABLE_COMPACT | (off) | Set to 1 or true to omit hints from responses globally |
REMARKABLE_MAX_OUTPUT_CHARS | 50000 | Maximum characters in tool responses |
REMARKABLE_PAGE_SIZE | 8000 | PDF/EPUB page size in characters |
REMARKABLE_PARALLEL_WORKERS | 5 | Parallel workers for metadata fetching |
REMARKABLE_INDEX_CONTENT | 1 | Set to 0 to disable background indexing of PDF/EPUB text |
REMARKABLE_INDEX_PATH | ~/.cache/rm-mcp/index.db | SQLite full-text search index location |
REMARKABLE_INDEX_REBUILD | (off) | Set to 1 to force index rebuild on startup |
Most users only need REMARKABLE_TOKEN. The rest are for advanced tuning.
Use rm-mcp while working in an Obsidian vault or similar to transfer knowledge from your handwritten notes into structured documents. AI can read your research notes and help develop your ideas.
Ask your AI assistant to summarize your recent notes, find action items, or identify patterns across your journal entries.
Find that half-remembered note by searching across your entire library β including handwritten content.
Treat your reMarkable as a second brain that AI can access. Combined with tools like Obsidian, you can build a powerful personal knowledge system.
| Guide | Description |
|---|---|
| Tools Reference | Detailed tool documentation |
| Resources Reference | MCP resources documentation |
| Capability Negotiation | MCP protocol capabilities |
| Development | Contributing and development setup |
| Future Plans | Roadmap and planned features |
π Development Guide
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/remarkable-mcp-server-2)<a href="https://allmcps.com/mcp/remarkable-mcp-server-2"><img src="https://allmcps.com/api/badge/remarkable-mcp-server-2?style=directory" alt="ReMarkable MCP Server on AllMCPs" /></a>