reMarkable MCP Server (Read/Write) runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 19 Mar 2026.
Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR
We read the source, 20 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(
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 remarkable -- uvx remarkable-mcp-rw
{
"mcpServers": {
"remarkable": {
"args": [
"remarkable-mcp-rw"
],
"command": "uvx"
}
}
}
[mcp_servers.remarkable]
command = "uvx"
args = ["remarkable-mcp-rw"]
{
"mcpServers": {
"remarkable": {
"args": [
"remarkable-mcp-rw"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"remarkable": {
"args": [
"remarkable-mcp-rw"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
REMARKABLE_SSH_HOST (reMarkable tablet IP address (WiFi or USB)), REMARKABLE_SSH_PASSWORD (SSH password shown in tablet Settings > General > Help).
The author declared them in the registry entry; get the values from the project itself.
Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
Read, render, search, and manage reMarkable documents through MCP
MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.
Paperless-NGX over MCP: search, read, upload and tag documents; manage correspondents and types.
MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.
MCP server for Polarion ALM — read and write documents and work items
MCP server for Microsoft SharePoint — manage folders, documents, and metadata.
Answers built from our own checks of this server.