mcpbeat Sign in

Rustypaste MCP Server

by rukh-debug Your server? Claim it
local only

Rustypaste MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 6 Mar 2026.

An MCP server that wraps the rustypaste API

Installs per day peak 11 · avg 5 · +41% w/w
a month agotoday
29
Installs / week
npm · @rukh-pub/rustypaste-mcp
0
Stars
0 open issues
6 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rustypaste MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 rustypaste-mcp -- npx -y @rukh-pub/rustypaste-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rustypaste-mcp": {
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rustypaste-mcp]
command = "npx"
args = ["-y", "@rukh-pub/rustypaste-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rustypaste-mcp": {
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rustypaste-mcp": {
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUSTYPASTE_URL (The URL of the rustypaste server), RUSTYPASTE_AUTH_TOKEN (The authentication token for the rustypaste server). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rustypaste MCP

same job, measured the same way
Open Notebook
by piotraleksander

MCP server that wraps the Open Notebook API

381 installs/wk local only
Open Notebook
by epochal-dev

MCP server that wraps the Open Notebook API

local only
MCP Tesla
by jlestel

MCP server wrapping the Tesla Fleet API and TeslaMate API

answering
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
Currents
by pipeworx-io

Currents MCP — wraps the Currents API (currentsapi.services)

34 tools answering
Shovels
by pipeworx-io

Shovels MCP — wraps the Shovels.ai API (shovels.ai)

39 tools answering
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only

Rustypaste MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Rustypaste MCP?
Rustypaste MCP 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 @rukh-pub/rustypaste-mcp was installed 29 times last week.
How do I connect Rustypaste MCP?
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 @rukh-pub/rustypaste-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rustypaste MCP?
The npm package @rukh-pub/rustypaste-mcp was installed 29 times in the last week. Week over week that is +41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rustypaste MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.