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.
RUSTPAD_URLrequiredBase URL of the Rustpad instance, e.g. https://rustpad.example.net
RUSTPAD_READ_ONLYExactly 'true' registers only the 3 read tools
RUSTPAD_INSECURE_TLSExactly 'true' accepts a self-signed certificate, scoped to this connection
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Audiobookshelf
Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync
Calibre-Web
Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed
FreshRSS
MCP server for FreshRSS, the self-hosted RSS feed aggregator
Hetzner DNS
Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
Linkwarden
MCP server for Linkwarden, the self-hosted bookmark manager with page preservation
mcp-hub
Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients