mcp-toolkit
MCP servers for React + TypeScript development automation. Works with Claude Desktop, Cline, Cursor — and as plain CLI scripts — one protocol, zero duplication.
Install
Published on npm as mcp-react-toolkit. No clone or build required — run any of the 17 servers straight from npm:
npx mcp-react-toolkit --list # list all 17 tools
npx mcp-react-toolkit legacy-analyzer # run one as an MCP server (stdio)Add to Claude Desktop / Cursor / Cline
// claude_desktop_config.json
{
"mcpServers": {
"legacy-analyzer": {
"command": "npx",
"args": ["-y", "mcp-react-toolkit", "legacy-analyzer"]
},
"component-factory": {
"command": "npx",
"args": ["-y", "mcp-react-toolkit", "component-factory"]
}
}
}Swap in any tool name from npx mcp-react-toolkit --list. Restart your client and the tools appear.
🖥️ Interactive dashboards
Most MCP tools return raw JSON. The tools here return that JSON plus a premium, interactive HTML dashboard — a 0–100 health score, sortable issue triage, light/dark toggle, and one-click fix actions that call other tools in the toolkit.






