Home › Productivity › Rustpad MCP Server
Rustpad MCP Server
MCP server for Rustpad, the self-hosted collaborative text editor
Topics: Workplace & Productivity
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.4.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"rustpad-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"RUSTPAD_URL": "<YOUR_VALUE>",
"RUSTPAD_READ_ONLY": "<YOUR_VALUE>",
"RUSTPAD_INSECURE_TLS": "<YOUR_VALUE>",
"RUSTPAD_ALLOW_TOOLS": "<YOUR_VALUE>",
"RUSTPAD_DENY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
RUSTPAD_URLrequired — Base URL of the Rustpad instance, e.g. https://rustpad.example.netRUSTPAD_READ_ONLY— Exactly 'true' registers only the 3 read toolsRUSTPAD_INSECURE_TLS— Exactly 'true' accepts a self-signed certificate, scoped to this connectionRUSTPAD_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)RUSTPAD_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever RUSTPAD_ALLOW_TOOLS left
Package (oci)
docker run -i --rm ghcr.io/ni-c/rustpad-mcp:0.4.0
Or add to your MCP client config:
{
"mcpServers": {
"rustpad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/rustpad-mcp:0.4.0"
],
"env": {
"RUSTPAD_URL": "<YOUR_VALUE>",
"RUSTPAD_READ_ONLY": "<YOUR_VALUE>",
"RUSTPAD_INSECURE_TLS": "<YOUR_VALUE>",
"RUSTPAD_ALLOW_TOOLS": "<YOUR_VALUE>",
"RUSTPAD_DENY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
RUSTPAD_URLrequired — Base URL of the Rustpad instance, e.g. https://rustpad.example.netRUSTPAD_READ_ONLY— Exactly 'true' registers only the 3 read toolsRUSTPAD_INSECURE_TLS— Exactly 'true' accepts a self-signed certificate, scoped to this connectionRUSTPAD_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)RUSTPAD_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever RUSTPAD_ALLOW_TOOLS left
Related servers
google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets…
crosspaste-desktop
Open-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your…
boss-agent-cli
BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking,…
mcp-gsuite
Integration with gmail and Google Calendar.
mcp-odoo
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
Workopia — Job Search
Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry