reMarkable MCP Server

Access a reMarkable library from MCP clients such as Claude, VS Code Copilot, OpenWebUI, and other compatible tools. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 209 · #38 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install reMarkable MCP Server

before you install - you'll need

Set GOOGLE_VISION_API_KEY, REMARKABLE_TOKEN, REMARKABLE_READ_ONLY, REMARKABLE_ROOT_PATH, REMARKABLE_BACKGROUND_COLOR before connecting. REMARKABLE_OCR_BACKEND is optional or environment-specific per the README.

Claude Code

claude mcp add sammorrowdrums-remarkable-mcp -- uvx remarkable-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sammorrowdrums-remarkable-mcp": {
      "command": "uvx",
      "args": [
        "remarkable-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package remarkable-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.SamMorrowDrums is GitHub-verified and matches the repo owner

03 · What reMarkable MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] Streamable HTTP has no built-in authentication. It binds to 127.0.0.1 by default. Keep that default unless you control the network boundary. Wildcard binds such as 0.0.0.0 and :: are rejected because they cannot provide a strict Host allowlist. A concrete non-loopback address is allowed but exposes

Latest releases

v2.1.0 · 2026-08-17

remarkable-mcp v2.1.0 · This release adds single-document export and completes a broad reliability pass · across NixOS, USB web, SSH shutdown, PDF rendering, pagination, and document · lookup. · Single-document export…

v2.0.0 · 2026-08-14

remarkable-mcp v2.0.0 · This release updates the MCP protocol layer, adds new connection and writeback · options, improves rendering, and hardens USB and SSH operation on large · libraries. · MCP SDK 2 and protocol…

v1.0.0 · 2026-06-12

remarkable-mcp v1.0.0 · The first stable release. v1.0.0 brings all three transports - Cloud, USB Web, and SSH - to read/write parity, makes the server transport-aware (it only exposes tools a connection can actually…

04 · Who maintains reMarkable MCP Server

reMarkable MCP Server is maintained by sammorrowdrums. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
other - ranked #38 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-17)
registry
io.github.SamMorrowDrums/remarkable (active, first published 2025-11-27 · 17 versions)
packages
pypi:remarkable-mcp

06 · reMarkable MCP Server FAQ

What is reMarkable MCP Server?

Access a reMarkable library from MCP clients such as Claude, VS Code Copilot, OpenWebUI, and other compatible tools. It runs locally over stdio via the published package.

Is reMarkable MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install reMarkable MCP Server?

Run `uvx remarkable-mcp`. The README documents 6 environment variables (GOOGLE_VISION_API_KEY, REMARKABLE_TOKEN, REMARKABLE_OCR_BACKEND…) to set first. Set GOOGLE_VISION_API_KEY, REMARKABLE_TOKEN, REMARKABLE_READ_ONLY, REMARKABLE_ROOT_PATH, REMARKABLE_BACKGROUND_COLOR before connecting. REMARKABLE_OCR_BACKEND is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does reMarkable MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to reMarkable MCP Server

More MCP servers to compare · Nfse Nacional · Agentic SSH · Sandbox API · Sanity · Mdk MCP Server

More Python MCP servers · Organizze · Laserfiche MCP · Ocm MCP Server · Kafka Sentinel · Aippocampus · see all