mcpbeat Sign in

MCP React Toolkit MCP Server

by nishant-chaudhary5338 Your server? Claim it
local only

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

9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.

Installs per day peak 58 · avg 14 · -21% w/w
a month agotoday
67
Installs / week
npm · mcp-react-toolkit
3
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 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.

const entry = path.join(ROOT, "tools", requested, "build", "index.js");
Builds a database query by concatenation tools/mcp-tool-improviser/src/generator.ts:32
      return { result: before + (change.insert || '') + after, applied: true };

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

Alternatives to MCP React Toolkit

same job, measured the same way
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
MCP Eval Runner
by dbsectrainer

A standardized testing harness for MCP servers and agent workflows

27 installs/wk local only
Ship MCP
by colossal1598

Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.

45 installs/wk local only
I
R Packagedev MCP
by b0ydt

MCP server for R package development using usethis, devtools, renv, and testthat

42 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering

MCP React Toolkit — questions

Answers built from our own checks of this server.

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