remarkable-mcp
Verified Safeby 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
uvx remarkable-mcpEnvironment 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
mem-agent-mcp
Provides a Model Context Protocol (MCP) server for a memory agent, enabling LLMs to interact with an Obsidian-like memory system for contextual assistance and RAG.
tmcp
OAuth 2.1 authorization helper for Model Context Protocol (MCP) servers.
better-notion-mcp
Provides a Markdown-first MCP Server for Notion, consolidating Notion's 28+ REST API endpoints into 7 composite tools optimized for AI agents to manage pages, databases, blocks, users, and workspace information efficiently.
remote-mcp
Remote MCP allows users to create and manage cloud-based Model Context Protocol (MCP) servers, facilitating secure connections between AI clients (like Claude Desktop) and various external applications (GitHub, Slack, Notion, etc.).