Skip to content
Grok

Rustpad MCP Server for Grok

io.github.ni-c/rustpad-mcp

MCP server for Rustpad, the self-hosted collaborative text editor

client:Grok transport:stdio runtime:npm

Install Rustpad MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rustpad-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "env": {
        "RUSTPAD_URL": "<RUSTPAD_URL>",
        "RUSTPAD_READ_ONLY": "<RUSTPAD_READ_ONLY>",
        "RUSTPAD_INSECURE_TLS": "<RUSTPAD_INSECURE_TLS>",
        "RUSTPAD_ALLOW_TOOLS": "<RUSTPAD_ALLOW_TOOLS>",
        "RUSTPAD_DENY_TOOLS": "<RUSTPAD_DENY_TOOLS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Rustpad MCP Server in other clients