Back to Home
SamMorrowDrums icon

remarkable-mcp

Verified Safe

by SamMorrowDrums

Overview

This MCP server unlocks the reMarkable tablet as a 'second brain' for AI assistants, enabling them to read, search, and traverse the user's entire reMarkable library, including handwritten notes via OCR.

Installation

Run Command
uvx remarkable-mcp

Environment Variables

  • REMARKABLE_TOKEN
  • REMARKABLE_USE_SSH
  • GOOGLE_VISION_API_KEY
  • REMARKABLE_SSH_HOST
  • REMARKABLE_SSH_USER
  • REMARKABLE_SSH_PORT
  • REMARKABLE_SSH_PASSWORD
  • REMARKABLE_ROOT_PATH
  • REMARKABLE_BACKGROUND_COLOR
  • REMARKABLE_OCR_BACKEND
  • GOOGLE_APPLICATION_CREDENTIALS

Security Notes

The server uses `subprocess.run` for SSH/SCP and image processing (`rmc`, `cairosvg`, `inkscape`). While `subprocess.run` can be risky if inputs are not properly sanitized, the current implementation appears to handle internal paths or controlled inputs. The use of `sshpass` for password authentication is explicitly warned against in the documentation as it stores the password in plain text. No `eval` or other obvious code obfuscation/malicious patterns were found.

Similar Servers

Stats

Interest Score70
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars7
Forks1
Last Update2025-12-02

Tags

reMarkableOCRAI AssistantKnowledge ManagementDocument Access