Integration

Connect Claude to your reMarkable.

Pair your tablet here once, add one URL in Claude's connector settings, and from then on Claude can put documents straight onto your reMarkable. Works on claude.ai, the desktop app, and mobile.

Connect your reMarkable tablet

What you can do

Things people ask Claude

Setup

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.

Using Claude in the terminal? There's a one-command setup for Claude Code.


Different client?

ChatGPT →   Claude Code →   Gemini CLI →   Cursor →   All clients (Gemini CLI, Claude Desktop, custom) →

How it works under the hood →