Mmcp.market

reMarkable MCP Server

by SamMorrowDrums·io.github.SamMorrowDrums/remarkable·v2.1.0

Read, render, search, and manage reMarkable documents through MCP

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

236 stars

Reviews

Write one

Nobody has reviewed reMarkable MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

reMarkable MCP Server tools (14, 2 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • remarkable_browse

    <usecase>Browse your reMarkable library or search for documents.</usecase> <instructions> Three modes: 1. Browse mode (default): List contents of a folder - Use path="/" for root folder - Use path="/FolderName" to navigate into folders 2. Search mode: Find documents by name - Set query="search term" to search across all documents 3. Filter by tags: Find documents with specific tags - Set tags=["ta

  • remarkable_canvas

    <usecase>Open a reMarkable page in an interactive canvas viewer.</usecase> <instructions> Renders a notebook or document page and, in clients that support MCP Apps interactive UI, opens a canvas viewer that lets the user page through the document. This is the entry point for the interactive viewer.

  • remarkable_deletewrite action

    <usecase>Delete a document or folder on the reMarkable tablet.</usecase> <instructions> DESTRUCTIVE operation. By default the item is moved to the tablet's Trash and remains recoverable. In SSH mode only, permanent=True removes the resolved UUID and all sidecar files instead; use that only when the user explicitly asked for permanent deletion.

  • remarkable_export

    <usecase>Export one reMarkable document as a reusable PDF or Markdown file.</usecase> <instructions> Exports a single document without modifying the tablet or its library.

  • remarkable_image
  • remarkable_markdown_to_pdf

    <usecase>Render Markdown text as a PDF and upload it to the reMarkable tablet.</usecase> <instructions> Use this when the user wants notes, reports, summaries, or other Markdown content written back to the tablet without first creating a local file. Headings, lists, tables, links, blockquotes, and code blocks are rendered into a paginated A4 PDF. Raw HTML is escaped and image assets are omitted so

  • remarkable_mkdir

    <usecase>Create a new folder on the reMarkable tablet.</usecase> <instructions> Creates a folder in the tablet's document hierarchy. In SSH mode the folder appears after xochitl restarts; in cloud mode it syncs to all your devices.

  • remarkable_move

    <usecase>Move a document or folder to a different location.</usecase> <instructions> Moves a document or folder by updating its parent reference in the metadata. Find the document name with remarkable_browse() first.

  • remarkable_read

    <usecase>Read and extract text content from a reMarkable document.</usecase> <instructions> Extracts content from a document with pagination to preserve context window.

  • remarkable_recent

    <usecase>Get your most recently modified documents.</usecase> <instructions> Returns documents sorted by modification date (newest first). Optionally includes a text preview of each document's content.

  • remarkable_rename

    <usecase>Rename a document or folder on the reMarkable tablet.</usecase> <instructions> Changes the display name of a document or folder by updating its metadata. Find the document name with remarkable_browse() first.

  • remarkable_search

    <usecase>Search across multiple documents and return matching content.</usecase> <instructions> Searches document names for the query, then optionally searches content with grep. Can filter by tags to narrow results. Returns summaries from multiple documents in a single call.

  • remarkable_status

    <usecase>Check connection status, active transport, and write capabilities.</usecase> <instructions> Returns authentication status, the active transport (cloud, local-dir, ssh, or usb-web), the document count, and a capability matrix describing what each transport can do. Use this to verify your connection, choose a transport, or troubleshoot.

  • remarkable_uploadwrite action

    <usecase>Upload a PDF or EPUB file to the reMarkable tablet.</usecase> <instructions> Uploads a local file to the tablet. Only PDF and EPUB formats are supported. Works in all three transports: - Cloud: uploaded via the sync protocol; supports parent_folder + document_name - SSH: transferred over SSH, metadata created; supports parent_folder + document_name - USB web: uploaded via POST /upload. Th

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan38 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 14 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the reMarkable MCP Server repository's README, as published. We do not edit it. Read it on GitHub

reMarkable MCP Server

Access a reMarkable library from MCP clients such as Claude, VS Code Copilot, OpenWebUI, and other compatible tools.

<!-- mcp-name: io.github.SamMorrowDrums/remarkable -->

Features

stable SDK 2.x MCPServer.

  • Browse folders and recent documents.
  • Search names, tags, and extracted text.
  • Read typed text, PDF and EPUB text, highlights, and annotations.
  • Render notebooks and annotated PDFs as PNG or SVG.
  • Export one document as a complete PDF or sectioned Markdown resource.
  • Run handwriting OCR through Google Vision or Tesseract.
  • Upload files and manage folders in supported transports.
  • Render Markdown as PDF and upload it to the tablet.
  • Open an interactive canvas in clients that support MCP Apps.
  • Serve MCP over stdio or local Streamable HTTP.
  • Serve MCP 2026-07-28 and every earlier SDK-supported revision from one

Quick Install

Prerequisite: install uv

The commands below use uvx, which is included with uv. Page images are rasterized with PyMuPDF; no system Cairo, browser, or graphics runtime needs to be installed on macOS, Linux, or Windows.

macOS and Linux

Use the official standalone installer:

curl -LsSf https://astral.sh/uv/install.sh | sh

Or install with Homebrew:

brew install uv

Windows

Use the official standalone installer from PowerShell:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Or install with WinGet:

winget install --id=astral-sh.uv -e

Choose a connection

Start with the first mode that fits your setup.

USB Web Interface

Connect via USB and enable the web interface in your tablet's Storage Settings.

%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22remarkable-mcp%22%2C%22--usb%22%5D%2C%22env%22%3A%7B%22GOOGLEVISIONAPIKEY%22%3A%22%24%7Binput%3Agooglevisionapikey%7D%22%7D%7D) %22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22remarkable-mcp%22%2C%22--usb%22%5D%2C%22env%22%3A%7B%22GOOGLEVISIONAPIKEY%22%3A%22%24%7Binput%3Agooglevisionapikey%7D%22%7D%7D&quality=insiders)

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add remarkable -- uvx remarkable-mcp
Add to Cursor

reMarkable MCP Server: common questions

Is reMarkable MCP Server safe?
Mostly: it is graded B (83/100). Read the reMarkable MCP Server safety report
How do I install reMarkable MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does reMarkable MCP Server need an API key?
Yes. The registry entry asks for REMARKABLE_TOKEN.
Is reMarkable MCP Server maintained?
The last commit was 15 days ago (2026-09-08). The latest release is v2.1.0.
What can I use instead of reMarkable MCP Server?
Servers from other publishers that do the same job: Documentation MCP server, Paperless-ngx MCP server and Free Search MCP server. Compare all reMarkable MCP Server alternatives.

Alternatives to reMarkable MCP Server

Same job from other publishers: the closest match first, then the best rated.

All reMarkable MCP Server alternatives →
  • Documentation
    Local-first document management and semantic search for AI coding agents
    A
  • Paperless-ngx
    Full Paperless-ngx API for AI assistants: search, tag, edit and upload documents, workflows and more
    B
  • Free Search
    No-API-key web search, page fetching and document reading across many engines. Local-first.
    B

More from SamMorrowDrums