Integration

Connect Gemini CLI to your reMarkable.

One command wires Gemini CLI to your tablet. After that, Gemini can push markdown from your terminal to the reMarkable — a plan, a summary, a research dump — and read your notebooks back into the session.

Connect your reMarkable tablet

What you can do

Things people ask Gemini CLI

Setup

Gemini CLI

CLI · one command or settings.json

gemini mcp add --transport http remarkdown https://mcp.remarkdown.org/mcp

Or edit ~/.gemini/settings.json:

{
  "mcpServers": {
    "remarkdown": {
      "httpUrl": "https://mcp.remarkdown.org/mcp"
    }
  }
}

Inside gemini, run /mcp auth remarkdown to complete sign-in.

Prefer editing config? The setup block above also shows the ~/.gemini/settings.json entry. Other terminal AIs have their own pages — Claude Code and Cursor.


Different client?

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

How it works under the hood →