Guide

How to connect your reMarkable to Claude

The end-to-end version: what you need, how the connection actually works, the steps for every place you use Claude, and what to do when a note doesn't show up. About five minutes, most of it reading.

Connect your reMarkable tablet

Before you start

What you need


How the connection works

Sixty seconds on what you're setting up

Your reMarkable already syncs to reMarkable's cloud — that's how the official apps see your notes. remarkdown sits between Claude and that cloud. Claude talks to remarkdown over MCP, the protocol AI assistants use to call outside tools. remarkdown talks to the reMarkable cloud with a device token your tablet issues. Your tablet picks up changes the next time it syncs.

Three things follow from that, and they explain most of what surprises people:

The engineering write-up — tokens, storage, the conversion pipeline →


Step 1

Pair your tablet with remarkdown

  1. Create a free remarkdown account.
  2. Open my.remarkable.com/device/browser/connect and sign in with your reMarkable account. It shows a one-time code.
  3. Paste the code into remarkdown. We trade it for a per-device token, encrypt that, and throw the code away.

That's the tablet side, done permanently. Everything after this happens inside Claude.


Step 2

Add the connector where you use Claude

One connection URL, and every Claude surface uses the same one. Pick yours:

Claude.ai

Web & desktop · custom connector

Open Claude connector settings →

Paste this URL as the MCP server URL:

https://mcp.remarkdown.org/mcp
  1. Name the connector remarkdown.
  2. Paste the URL above as the MCP server URL.
  3. Click Add, then Connect on the connector card and sign in here when prompted.

Requires a Pro, Max, Team, or Enterprise plan.

Claude Desktop

macOS & Windows · config file

Open Settings → Connectors → Add custom connector and paste this URL:

https://mcp.remarkdown.org/mcp

Or edit the config file directly:

macOS  ~/Library/Application Support/Claude/claude_desktop_config.json
Windows  %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "remarkdown": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.remarkdown.org/mcp"
      ]
    }
  }
}

Restart Claude Desktop. A browser window opens the first time to sign you in.

Claude Code

CLI · one command

claude mcp add --transport http --scope user remarkdown https://mcp.remarkdown.org/mcp

Then run /mcp inside Claude Code and pick remarkdown to authenticate. Drop --scope user if you only want it in this project.

Using something else? Cursor, Gemini CLI, ChatGPT, and any other MCP client →


Step 3

Send your first note

In any Claude conversation:

Claude converts the markdown and uploads it. The document lands in your connected folder as a real reMarkable notebook — not a flat PDF, so you can write on it with the pen, mark it up, and file it like anything else on the tablet.

If it isn't there yet, the tablet hasn't synced. Put it on Wi-Fi and give it a moment.


The other direction

Claude reading your notes back

Pushing notes to the tablet is free and uncapped. Claude opening your notebooks is the paid half.

Plans →


When it doesn't work

The four things that actually go wrong

Claude doesn't call the tool

Check the connector card in Claude's settings — it should read as connected, not offer a Connect button. If the authorization lapsed, click Connect and sign in again. And sometimes Claude simply doesn't reach for the tool on its own. Name it in the prompt: “use remarkdown to…”

The note never showed up on the tablet

Almost always the tablet hasn't synced — put it on Wi-Fi and wait. Then look inside your connected folder rather than at the top level, because that's where pushes land. If Claude reported an error rather than a success, the push didn't happen at all; your dashboard's activity log will say so.

Claude can't read a notebook back

Reading needs Pro with Document Reading switched on, and the document has to sit inside your connected folder — subfolders count. If it's outside, move it in, or change the connected folder on your dashboard.

A brand-new note isn't listed

The library index refreshes about every ten minutes, so a note you made two minutes ago can be missing. Ask Claude to refresh your reMarkable documents and look again — it re-reads the library on the spot.

Still stuck? support@remarkdown.org. We answer.


What we can see

Privacy, briefly

For every paired account we store your email, an encrypted device token, an audit log of tool calls (the action and the document title, never the contents), and an index of your document and folder names. Note contents are stored only on Pro with Document Reading enabled, only for your connected folder, and that copy goes away when you turn reading off. We never see your reMarkable password. No ads, nothing sold — you pay for Pro, that's the business.

Privacy policy →


FAQ

Questions people ask

Do I need a paid Claude plan?
For custom connectors on claude.ai, yes — Pro, Max, Team, or Enterprise. Claude Code signs in with the same account.
Do I need a paid remarkdown plan?
Not to connect. Pairing, pushing notes, browsing folders, and searching documents by name are free. Claude reading your documents back — including handwriting — is Pro, $9/month.
Does this install anything on my tablet?
No. Everything goes through reMarkable's own cloud sync, the same one the official apps use. No SSH, no firmware changes, nothing to update on the device.
Which reMarkable models work?
reMarkable 1, reMarkable 2, and Paper Pro — anything signed in to a reMarkable account.
Can Claude see everything on my tablet?
No. Claude sees one connected folder that you choose, subfolders included. Documents outside it aren't listed, searched, or read. Point it at Root if you want the whole tablet in reach.
Can Claude read my handwriting?
Yes. On Pro, handwritten pages go to Claude as page images it reads directly. Making the ink searchable is a separate step — transcription, which runs on credits.
Does this work with ChatGPT or Cursor too?
Yes — same account, same connection URL. Each client has its own setup page.
Is this official?
No. remarkdown is an independent product from Ploton Labs, not affiliated with reMarkable AS or Anthropic.

Pair once. After that it's just asking Claude.

Connect your reMarkable tablet