Rustpad MCP Server
Rank #11,712io.github.ni-c/rustpad-mcp
MCP server for Rustpad, the self-hosted collaborative text editor
Rustpad MCP Server is a Model Context Protocol (MCP) server published by ni-c. It ranks #11,712 of 115,460 servers tracked on MCP Toplist. Rustpad MCP Server is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 103,748 of 115,460 servers on MCP Toplist.
Use Rustpad MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add rustpad-mcp -e "RUSTPAD_URL=<your RUSTPAD_URL>" -e "RUSTPAD_READ_ONLY=<your RUSTPAD_READ_ONLY>" -e "RUSTPAD_INSECURE_TLS=<your RUSTPAD_INSECURE_TLS>" -e "RUSTPAD_ALLOW_TOOLS=<your RUSTPAD_ALLOW_TOOLS>" -e "RUSTPAD_DENY_TOOLS=<your RUSTPAD_DENY_TOOLS>" -- npx -y rustpad-mcpReplace each placeholder with your own value before saving.
claude mcp add rustpad-mcp -e "RUSTPAD_URL=<your RUSTPAD_URL>" -e "RUSTPAD_READ_ONLY=<your RUSTPAD_READ_ONLY>" -e "RUSTPAD_INSECURE_TLS=<your RUSTPAD_INSECURE_TLS>" -e "RUSTPAD_ALLOW_TOOLS=<your RUSTPAD_ALLOW_TOOLS>" -e "RUSTPAD_DENY_TOOLS=<your RUSTPAD_DENY_TOOLS>" -- docker run -i --rm ghcr.io/ni-c/rustpad-mcp:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.rustpad-mcp]
command = "npx"
args = ["-y", "rustpad-mcp"]
[mcp_servers.rustpad-mcp.env]
RUSTPAD_URL = "<your RUSTPAD_URL>"
RUSTPAD_READ_ONLY = "<your RUSTPAD_READ_ONLY>"
RUSTPAD_INSECURE_TLS = "<your RUSTPAD_INSECURE_TLS>"
RUSTPAD_ALLOW_TOOLS = "<your RUSTPAD_ALLOW_TOOLS>"
RUSTPAD_DENY_TOOLS = "<your RUSTPAD_DENY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.rustpad-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/rustpad-mcp:0.2.0"]
[mcp_servers.rustpad-mcp.env]
RUSTPAD_URL = "<your RUSTPAD_URL>"
RUSTPAD_READ_ONLY = "<your RUSTPAD_READ_ONLY>"
RUSTPAD_INSECURE_TLS = "<your RUSTPAD_INSECURE_TLS>"
RUSTPAD_ALLOW_TOOLS = "<your RUSTPAD_ALLOW_TOOLS>"
RUSTPAD_DENY_TOOLS = "<your RUSTPAD_DENY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rustpad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/rustpad-mcp:0.2.0"
],
"env": {
"RUSTPAD_URL": "<your RUSTPAD_URL>",
"RUSTPAD_READ_ONLY": "<your RUSTPAD_READ_ONLY>",
"RUSTPAD_INSECURE_TLS": "<your RUSTPAD_INSECURE_TLS>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rustpad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/rustpad-mcp:0.2.0"
],
"env": {
"RUSTPAD_URL": "<your RUSTPAD_URL>",
"RUSTPAD_READ_ONLY": "<your RUSTPAD_READ_ONLY>",
"RUSTPAD_INSECURE_TLS": "<your RUSTPAD_INSECURE_TLS>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"rustpad-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/rustpad-mcp:0.2.0"
],
"env": {
"RUSTPAD_URL": "<your RUSTPAD_URL>",
"RUSTPAD_READ_ONLY": "<your RUSTPAD_READ_ONLY>",
"RUSTPAD_INSECURE_TLS": "<your RUSTPAD_INSECURE_TLS>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rustpad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/rustpad-mcp:0.2.0"
],
"env": {
"RUSTPAD_URL": "<your RUSTPAD_URL>",
"RUSTPAD_READ_ONLY": "<your RUSTPAD_READ_ONLY>",
"RUSTPAD_INSECURE_TLS": "<your RUSTPAD_INSECURE_TLS>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rustpad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/rustpad-mcp:0.2.0"
],
"env": {
"RUSTPAD_URL": "<your RUSTPAD_URL>",
"RUSTPAD_READ_ONLY": "<your RUSTPAD_READ_ONLY>",
"RUSTPAD_INSECURE_TLS": "<your RUSTPAD_INSECURE_TLS>",
"RUSTPAD_ALLOW_TOOLS": "<your RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<your RUSTPAD_DENY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ni-c%2Frustpad-mcp)<a href="https://mcptoplist.com/server/io.github.ni-c%2Frustpad-mcp"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Frustpad-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ni-c
Other servers by ni-c
- mcp-hub#4,896 · 8 vers
- Hetzner DNS#6,094 · 7 vers
- FreshRSS#7,194 · 6 vers
- wg-easy#7,522 · 5 vers
- Opengist#7,951 · 5 vers
- Audiobookshelf#8,088 · 5 vers
- Linkwarden#8,722 · 4 vers
- OpenStreetMap#10,626 · 3 vers
- Calibre-Web#10,860 · 3 vers
- Mealie MCP Server#11,402 · 3 vers
- ntfy#17,003 · 1 ver
- IMAP mailbox#17,902 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Aug 26, 2026 |
| 0.1.2 | Aug 25, 2026 |
| 0.1.1 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Rustpad MCP Server?
- Rustpad MCP Server is maintained by ni-c, which publishes 17 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Rustpad MCP Server listed on the Official MCP Registry?
- Yes — Rustpad MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Rustpad MCP Server have?
- MCP Toplist tracks 3 versions of Rustpad MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for Rustpad MCP Server?
- The source code for Rustpad MCP Server is hosted at github.com/ni-c/rustpad-mcp.