mcpbeat Sign in

Rustpad MCP Server

local only

Rustpad MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 387 installs a week from npm. Last commit 27 Aug 2026.

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

Installs per day peak 245 · avg 8
a month agotoday
387
Installs / week
npm · rustpad-mcp
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service src/hosts.ts:16
  'metadata.google.internal',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Rustpad MCP Server and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rustpad-mcp -- npx -y rustpad-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rustpad-mcp": {
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rustpad-mcp]
command = "npx"
args = ["-y", "rustpad-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rustpad-mcp": {
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rustpad-mcp": {
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rustpad MCP Server

same job, measured the same way
FreshRSS
by ni-c

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

577 installs/wk local only
n8n MCP Community
by drzamarian

A security-focused MCP server for self-hosted n8n Community Edition.

153 installs/wk local only
Mealie MCP Server
by ni-c

MCP server for Mealie, the self-hosted recipe manager and meal planner

427 installs/wk local only
Twinfield
by iwebdevelopment

Twinfield AI Connect: hosted MCP server for Twinfield.

answering
Bamboo MCP Server
by hmdmph

Read-only MCP server for self-hosted Atlassian Bamboo CI/CD

local only
Exact Online
by iwebdevelopment

Exact AI Connect: hosted MCP server for Exact Online.

answering
Patina Unity MCP
by taygunsavas

Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge.

66 installs/wk local only
Anytype MCP
by anyproto

Official MCP server for Anytype API - your encrypted, local and collaborative wiki.

862 installs/wk local only

Rustpad MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Rustpad MCP Server?
Rustpad MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rustpad-mcp was installed 387 times last week.
How do I connect Rustpad MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rustpad-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rustpad MCP Server?
The npm package rustpad-mcp was installed 387 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rustpad MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.