Loading MCP server directory, please wait...
MCP server for Rustpad, the self-hosted collaborative text editor
npx @getmcp/cli add io.github.ni-c/rustpad-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
RUSTPAD_URLBase URL of the Rustpad instance, e.g. https://rustpad.example.net
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/rustpad-mcp": {
"command": "npx",
"args": [
"-y",
"rustpad-mcp"
],
"env": {
"RUSTPAD_URL": "",
"RUSTPAD_READ_ONLY": "",
"RUSTPAD_INSECURE_TLS": ""
}
}
}
}