← 返回
效率工具 Key 中文

reMarkable MCP

Access reMarkable tablet documents, notebooks, PDFs, and EPUBs. Use when the user wants to read, search, browse, or extract text from their reMarkable tablet...
{ "answer": "访问 reMarkable 平板上的文档、笔记本、PDF 和 EPUB。用于阅读、搜索、浏览或提取文本。" }
sammorrowdrums
效率工具 clawhub v0.8.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 495
下载
💾 8
安装
1
版本
#latest

概述

reMarkable Tablet

Access your reMarkable tablet as a second brain. Browse, search, read,

and extract content from all documents including handwritten notes via OCR.

Setup

Add to openclaw.json:

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

USB mode is recommended — connect via USB and enable "USB web interface"

in tablet Settings → Storage. No subscription or developer mode needed.

Alternative Modes

SSH (requires developer mode):

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

Cloud (requires Connect subscription):

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": ["remarkable-mcp"],
      "env": {
        "REMARKABLE_TOKEN": "your-token"
      }
    }
  }
}

OCR Support

For handwriting OCR, add a Google Vision API key:

{
  "mcpServers": {
    "remarkable": {
      "command": "uvx",
      "args": ["remarkable-mcp", "--usb"],
      "env": {
        "GOOGLE_VISION_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ToolPurpose
---------------
remarkable_readRead document content with text extraction, pagination, grep
remarkable_browseBrowse folders, search by name, filter by tags
remarkable_searchMulti-document content search with OCR
remarkable_recentList recently modified documents
remarkable_imageRender pages as PNG or SVG
remarkable_statusCheck connection and device info

Workflow

  1. Use remarkable_browse or remarkable_search to find documents
  2. Use remarkable_read to extract text content
  3. Use remarkable_image to render visual pages
  4. Use page parameter to paginate through multi-page documents

版本历史

共 1 个版本

  • v0.8.0 当前
    2026-03-30 12:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 430 📥 103,704
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,121
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,739