reMarkable MCP Server for Cursor
io.github.sammorrowdrums/remarkable
Read, render, search, and manage reMarkable documents through MCP
client:Cursor
transport:stdio
runtime:pypi
Install reMarkable MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"remarkable": {
"type": "stdio",
"command": "uvx",
"args": [
"remarkable-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs