React Toolkit MCP Server

MCP servers for React + TypeScript development automation. Works with Claude Desktop, Cline, Cursor - and as plain CLI scripts - one protocol, zero duplication. Its 40 documented tools cover generator, component, analyzer, runner. It runs locally over stdio via the published package.

People connecting web framework tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-03 · ★ 3 · #29 OF 48 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install React Toolkit

Claude Code

claude mcp add nishant-chaudhary5338-mcp-toolkit -- npx -y mcp-react-toolkit

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nishant-chaudhary5338-mcp-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-react-toolkit"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package mcp-react-toolkit - unscoped; check the name against the project README before installing

registry namespace io.github.Nishant-Chaudhary5338 is GitHub-verified and matches the repo owner

03 · What React Toolkit can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can scan for any types, unsafe casts, missing modifiers - 7 rules, scored 0–10, detect unnecessary re-renders, missing memo, inline objects/functions, execute refactor plans safely - move/rename/split, update imports, rollback, and diff two API snapshots → breaking vs additive changes - CI gate against breaks.

Capability map

Tools grouped from the project's README - what React Toolkit lets an agent do.

Component

4 tools - e.g. Scaffold React components from 41 shadcn/ui templates - with tests + Storybook; Audit TypeScript errors, a11y issues, test coverage - graded A+ to F; Auto-fix broken imports, missing deps, inline style…

component-factory · component-reviewer · component-fixer · component-improver

Api

2 tools - e.g. Diff two API snapshots → breaking vs additive changes - CI gate against breaks; FieldSchema → RTK Query slice or TanStack Query hooks, with cache tags

api-contract-differ · api-client-generator

Test

2 tools - e.g. Find unimplemented functions, uncovered branches, missing edge cases; FieldSchema → typed fixture factory for tests/stories

test-gap-analyzer · test-data-factory

Form

2 tools - e.g. FieldSchema → React Hook Form + Zod form (create / edit); FieldSchema → multi-step RHF+Zod wizard with per-step validation

form-generator · form-wizard-generator

Storybook

1 tool - e.g. Auto-generate Storybook stories - Default, variants, sizes, callbacks, play functions

storybook-generator

Typescript

1 tool - e.g. Scan for any types, unsafe casts, missing modifiers - 7 rules, scored 0–10

typescript-enforcer

Accessibility

1 tool - e.g. WCAG 2.1 audit - alt text, label associations, ARIA roles, keyboard navigation

accessibility-checker

A11y

1 tool - e.g. Apply safe a11y fixes (img alt, blank rel, htmlFor, tabIndex)

a11y-autofixer

Latest releases

v1.40.0 · 2026-07-03

42 new tools since v1.4.0 - the toolkit goes from 19 tools to 61. · CRUD Factory (10 new) - a full feature from a JSON sample or OpenAPI schema, one call · infer-fields - turns a JSON API sample or OpenAPI schema into…

04 · Who maintains React Toolkit

mcp-react-toolkit is maintained by nishant-chaudhary5338. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
web framework - ranked #29 of 48 actively-maintained web framework servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-03)
registry
io.github.Nishant-Chaudhary5338/mcp-react-toolkit (active, first published 2026-05-23)
packages
npm:mcp-react-toolkit

06 · React Toolkit FAQ

Is React Toolkit still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-03 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can React Toolkit do?

With this server connected, an agent can scan for any types, unsafe casts, missing modifiers - 7 rules, scored 0–10, detect unnecessary re-renders, missing memo, inline objects/functions, execute refactor plans safely - move/rename/split, update imports, rollback, and diff two API snapshots → breaking vs additive changes - CI gate against breaks.

How do I install React Toolkit?

Run `npx -y mcp-react-toolkit`. You can also paste the ready-made client config above.

Does React Toolkit run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to React Toolkit

More web framework MCP servers · Qr · I1n · Hmr · Taste Bank

More TypeScript MCP servers · Gread · pdfnative MCP - PDF generation, PAdES signing & introspection · Lit Forge MCP · Nodedex · Server Cloud Fs · see all