reMarkable MCP Server for Claude Desktop
io.github.sammorrowdrums/remarkable
Read, render, search, and manage reMarkable documents through MCP
client:Claude Desktop
transport:stdio
runtime:pypi
Install reMarkable MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs