reMarkable MCP Server for Windsurf
io.github.wavyrai/rm-mcp
Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
client:Windsurf
transport:stdio
runtime:pypi
Install reMarkable MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs