reMarkable MCP Server
Rank #466io.github.SamMorrowDrums/remarkable
Read, render, search, and manage reMarkable documents through MCP
reMarkable MCP Server is a Model Context Protocol (MCP) server published by sammorrowdrums. It ranks #466 of 115,460 servers tracked on MCP Toplist, and its repository has 215 GitHub stars. reMarkable MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 15 tracked versions. It was first listed on Nov 27, 2025 and most recently updated on Aug 17, 2026.
Ranks ahead of 114,994 of 115,460 servers on MCP Toplist.
Use reMarkable MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add remarkable -e "REMARKABLE_TOKEN=<your REMARKABLE_TOKEN>" -- uvx remarkable-mcpReplace each placeholder with your own value before saving.
[mcp_servers.remarkable]
command = "uvx"
args = ["remarkable-mcp"]
[mcp_servers.remarkable.env]
REMARKABLE_TOKEN = "<your REMARKABLE_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-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": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-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": {
"remarkable": {
"type": "stdio",
"command": "uvx",
"args": [
"remarkable-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": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<your REMARKABLE_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": [
"remarkable-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.SamMorrowDrums%2Fremarkable)<a href="https://mcptoplist.com/server/io.github.SamMorrowDrums%2Fremarkable"><img src="https://mcptoplist.com/badge/io.github.SamMorrowDrums%2Fremarkable.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
sammorrowdrums
Other servers by sammorrowdrums
View all sammorrowdrums servers →Available versions (15)
| Version | Published |
|---|---|
| 2.1.0 | Aug 17, 2026 |
| 2.0.0 | Aug 14, 2026 |
| 0.8.1 | Mar 6, 2026 |
| 0.8.0 | Mar 4, 2026 |
| 0.7.0 | Dec 2, 2025 |
| 0.6.0 | Dec 1, 2025 |
| 0.5.2 | Nov 28, 2025 |
| 0.5.1 | Nov 28, 2025 |
| 0.5.0 | Nov 28, 2025 |
| 0.4.0 | Nov 28, 2025 |
| 0.3.0 | Nov 28, 2025 |
| 0.2.0 | Nov 27, 2025 |
| 0.1.5 | Nov 27, 2025 |
| 0.1.4 | Nov 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains reMarkable MCP Server?
- reMarkable MCP Server is maintained by sammorrowdrums, which publishes 4 MCP servers (15 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 15 versions of reMarkable MCP Server, most recently published on Aug 17, 2026.
- Where can I find the source code for reMarkable MCP Server?
- The source code for reMarkable MCP Server is hosted at github.com/sammorrowdrums/remarkable-mcp.