io.github.wavyrai/rm-mcp · v0.4.7
Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes
reMarkable MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"rm-mcp": {
"command": "uvx",
"args": [
"rm-mcp"
],
"env": {
"REMARKABLE_TOKEN": "<REMARKABLE_TOKEN>"
}
}
}
}REMARKABLE_TOKEN必填secretAuthentication token for reMarkable Cloud API. Get one by registering at https://my.remarkable.com/device/apps/connect
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.wavyrai/rm-mcp",
"type": "mcp-server",
"version": "0.4.7",
"displayName": "reMarkable MCP Server",
"description": "Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes",
"repository": {
"url": "https://github.com/wavyrai/rm-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "rm-mcp",
"version": "0.4.7",
"transport": "stdio",
"environmentVariables": [
{
"name": "REMARKABLE_TOKEN",
"description": "Authentication token for reMarkable Cloud API. Get one by registering at https://my.remarkable.com/device/apps/connect",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wavyrai/rm-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wavyrai%2Frm-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}