PluginBench
MCP Server
Active
MIT

Rustpad MCP Server MCP Server

io.github.ni-c/rustpad-mcp

What is the Rustpad MCP Server MCP server?

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

How to install Rustpad MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RUSTPAD_URL
    required

    Base URL of the Rustpad instance, e.g. https://rustpad.example.net

  • RUSTPAD_READ_ONLY

    Exactly 'true' registers only the 3 read tools

  • RUSTPAD_INSECURE_TLS

    Exactly 'true' accepts a self-signed certificate, scoped to this connection

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rustpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "env": {
        "RUSTPAD_URL": "<YOUR_RUSTPAD_URL>",
        "RUSTPAD_READ_ONLY": "<YOUR_RUSTPAD_READ_ONLY>",
        "RUSTPAD_INSECURE_TLS": "<YOUR_RUSTPAD_INSECURE_TLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rustpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "env": {
        "RUSTPAD_URL": "<YOUR_RUSTPAD_URL>",
        "RUSTPAD_READ_ONLY": "<YOUR_RUSTPAD_READ_ONLY>",
        "RUSTPAD_INSECURE_TLS": "<YOUR_RUSTPAD_INSECURE_TLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rustpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "env": {
        "RUSTPAD_URL": "<YOUR_RUSTPAD_URL>",
        "RUSTPAD_READ_ONLY": "<YOUR_RUSTPAD_READ_ONLY>",
        "RUSTPAD_INSECURE_TLS": "<YOUR_RUSTPAD_INSECURE_TLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rustpad-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "env": {
        "RUSTPAD_URL": "<YOUR_RUSTPAD_URL>",
        "RUSTPAD_READ_ONLY": "<YOUR_RUSTPAD_READ_ONLY>",
        "RUSTPAD_INSECURE_TLS": "<YOUR_RUSTPAD_INSECURE_TLS>"
      }
    }
  }
}
Claude Code
claude mcp add rustpad-mcp --env RUSTPAD_URL=<YOUR_RUSTPAD_URL> --env RUSTPAD_READ_ONLY=<YOUR_RUSTPAD_READ_ONLY> --env RUSTPAD_INSECURE_TLS=<YOUR_RUSTPAD_INSECURE_TLS> -- npx -y rustpad-mcp

Related MCP servers

Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync

0
TypeScript
MIT
View repository →

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

0
TypeScript
MIT
View repository →

FreshRSS

Active

MCP server for FreshRSS, the self-hosted RSS feed aggregator

0
TypeScript
MIT
View repository →

Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API

0
TypeScript
MIT
View repository →

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

0
TypeScript
MIT
View repository →

mcp-hub

Active

Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients

0
TypeScript
MIT
View repository →