Odel
reMarkable MCP Server

reMarkable MCP Server

Local
@sammorrowdrums217PythonMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIremarkable-mcpv2.1.0

Run

uvx remarkable-mcp

MCP client config

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