reMarkable MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 259 installs a week from pypi. Last commit 24 Aug 2026.
Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
We read the source, 10 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(
@patch.dict(os.environ, {"REMARKABLE_ROOT_PATH": ""})
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add rm-mcp -- uvx rm-mcp
{
"mcpServers": {
"rm-mcp": {
"args": [
"rm-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.rm-mcp]
command = "uvx"
args = ["rm-mcp"]
{
"mcpServers": {
"rm-mcp": {
"args": [
"rm-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rm-mcp": {
"args": [
"rm-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
REMARKABLE_TOKEN (Authentication token for reMarkable Cloud API. Get one by registering at https://my.remarkable.com/device/apps/connect).
The author declared them in the registry entry; get the values from the project itself.
Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR
Read, render, search, and manage reMarkable documents through MCP
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.
MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.
search, read and organize your favowe bookmarks: boards, links, tags, notes and documents
PDF text and table extraction plus metadata. Supports OCR for scanned documents.
Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.
Answers built from our own checks of this server.