reMarkable MCP Server (Read/Write) for Cline
io.github.praveensehgal/remarkable
Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR
client:Cline
transport:stdio
runtime:pypi
Install reMarkable MCP Server (Read/Write) in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-mcp-rw"
],
"env": {
"REMARKABLE_SSH_HOST": "<REMARKABLE_SSH_HOST>",
"REMARKABLE_SSH_PASSWORD": "<REMARKABLE_SSH_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs