reMarkable MCP Server
Rank #3,508io.github.wavyrai/rm-mcp
Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
reMarkable MCP Server is a Model Context Protocol (MCP) server published by wavyrai. It ranks #3,508 of 132,046 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. reMarkable MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Feb 15, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 128,538 of 132,046 servers on MCP Toplist.
Use reMarkable MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add rm-mcp -e "REMARKABLE_TOKEN=<your REMARKABLE_TOKEN>" -- uvx rm-mcpReplace each placeholder with your own value before saving.
[mcp_servers.rm-mcp]
command = "uvx"
args = ["rm-mcp"]
[mcp_servers.rm-mcp.env]
REMARKABLE_TOKEN = "<your REMARKABLE_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<your REMARKABLE_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<your REMARKABLE_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"rm-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<your REMARKABLE_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<your REMARKABLE_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<your REMARKABLE_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wavyrai%2Frm-mcp)<a href="https://mcptoplist.com/server/io.github.wavyrai%2Frm-mcp"><img src="https://mcptoplist.com/badge/io.github.wavyrai%2Frm-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
wavyrai
Available versions (8)
| Version | Published |
|---|---|
| 0.7.0 | Aug 24, 2026 |
| 0.6.1 | Aug 17, 2026 |
| 0.6.0 | Aug 15, 2026 |
| 0.5.0 | Aug 15, 2026 |
| 0.4.7 | Feb 17, 2026 |
| 0.4.6 | Feb 17, 2026 |
| 0.4.5 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains reMarkable MCP Server?
- reMarkable MCP Server is maintained by wavyrai, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is reMarkable MCP Server listed on the Official MCP Registry?
- Yes — reMarkable MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does reMarkable MCP Server have?
- MCP Toplist tracks 8 versions of reMarkable MCP Server, most recently published on Aug 24, 2026.
- Where can I find the source code for reMarkable MCP Server?
- The source code for reMarkable MCP Server is hosted at github.com/wavyrai/rm-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.