mcpbeat Sign in

Rsdoctor MCP Server

by yifancong Your server? Claim it
local only

Rsdoctor runs on your own machine — the client starts it, so there is no endpoint to ping. 3 393 installs a week from npm. Last commit 17 Sep 2026.

An MCP server that provides build analysis and optimization recommendations for Rspack projects.

Installs per day peak 902 · avg 386 · +533% w/w
a month agotoday
3 393
Installs / week
npm · @rsdoctor/mcp-server
1142
Stars
19 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/rsdoctor-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
  return path.isAbsolute(name) ? name : path.join(root, name);

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Rsdoctor

same job, measured the same way
Asianexpats MCP Server
by developeron29

An MCP server that provides AI travel recommendations from Asian expats.

30 installs/wk local only
Tessera MCP Server
by tesseraai

MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations.

36 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
MCP Units
by sellisd

An MCP server that provides some common units conversions for cooking

75 installs/wk local only
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
Testiny Test Management
by testiny

An MCP server that provides access to Testiny projects, test cases and test runs

answering
Zoo MCP
by kittycad

An MCP server that provides access to the Zoo API for various CAD operations and tools.

8 364 installs/wk local only

Rsdoctor — questions

Answers built from our own checks of this server.

Why is there no uptime for Rsdoctor?
Rsdoctor 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 @rsdoctor/mcp-server was installed 3 393 times last week.
How do I connect Rsdoctor?
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 @rsdoctor/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Rsdoctor?
The npm package @rsdoctor/mcp-server was installed 3 393 times in the last week. Week over week that is +533%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rsdoctor open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 142 stars on GitHub and 19 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.