reMarkable MCP

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill is coherently aimed at reading and searching reMarkable tablet content, but it relies on an external MCP package and optional credentials that users should verify before use.

Install this only if you want your agent to access reMarkable documents. Verify the external remarkable-mcp package, prefer USB mode for local access, and avoid enabling cloud tokens or Google Vision OCR unless you understand the data and credential exposure.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The external MCP server will run locally and mediate access to the user's reMarkable content.

Why it was flagged

The documented setup runs an external MCP package that is not included in the provided artifacts; this is central to the skill's purpose, but users should verify the package source.

Skill content
"command": "uvx", "args": ["remarkable-mcp", "--usb"]
Recommendation

Verify the remarkable-mcp package provenance and version before adding it to openclaw.json.

What this means

If cloud mode is used, the configured MCP server may access documents available through the user's reMarkable account.

Why it was flagged

Cloud mode uses a reMarkable token, which is expected for cloud access but grants account-level access that should be protected.

Skill content
"REMARKABLE_TOKEN": "your-token"
Recommendation

Prefer USB mode when possible, keep tokens out of shared files, and revoke or rotate the token if it is no longer needed.

What this means

Handwritten notes or rendered page content could be sent to an external OCR provider when OCR features are used.

Why it was flagged

The optional OCR path involves an external provider; private handwritten pages may need to be processed by Google Vision for OCR.

Skill content
For handwriting OCR, add a Google Vision API key
Recommendation

Only enable the Google Vision key if you are comfortable with that provider processing the relevant note content.