rustpad-mcp

ni-c/rustpad-mcp
★ 0 stars TypeScript Browser/Web Updated 3d ago
MCP server for Rustpad, the self-hosted collaborative text editor
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rustpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ni-c/rustpad-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server for self-hosted collaborative text editor. It gives an AI assistant read and write access to the pads of a Rustpad instance. Reads go through Rustpad's HTTP API; writes speak the operational-transformation WebSocket protocol, so targeted edits

Tools (11)

RUSTPAD_INSECURE_TLSRUSTPAD_READ_ONLYRUSTPAD_URLappend_to_documentcreate_documentget_documentget_document_infoget_statsreplace_in_documentset_documentset_language

Topics

collaborative-editingmcpmcp-servermodel-context-protocoloperational-transformationrustpadselfhosted