reMarkable MCP Server for Gemini CLI
io.github.sammorrowdrums/remarkable
Read, render, search, and manage reMarkable documents through MCP
client:Gemini CLI
transport:stdio
runtime:pypi
Install reMarkable MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs