Serversio.github.praveensehgal/remarkable
R

reMarkable MCP Server (Read/Write)

io.github.praveensehgal/remarkable · v0.2.3
▦ pypi
v0.2.3pypi pypi: remarkable-mcp-rw↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.praveensehgal/remarkable",
  "description": "Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR",
  "title": "reMarkable MCP Server (Read/Write)",
  "repository": {
    "url": "https://github.com/praveensehgal/remarkable-mcp",
    "source": "github"
  },
  "version": "0.2.3",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "remarkable-mcp-rw",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "reMarkable tablet IP address (WiFi or USB)",
          "isRequired": true,
          "format": "string",
          "name": "REMARKABLE_SSH_HOST"
        },
        {
          "description": "SSH password shown in tablet Settings > General > Help",
          "format": "string",
          "isSecret": true,
          "name": "REMARKABLE_SSH_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}