Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. MCP Toolkit
MCP Toolkit logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:03:47 PM

MCP Toolkit

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
reacttypescriptdeveloper-toolscode-qualitymcp

A toolkit of 59 MCP tools for automating React and TypeScript development tasks.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

The install command below started, but didn't respond the way we expected when we tried to talk to it.

npx -y mcp-react-toolkit

initialize succeeded but no response to tools/list.

This is an experimental automated check and can have false negatives β€” missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 1mo ago.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "nishant-chaudhary5338-mcp-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-react-toolkit"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (59) Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

This project provides nine independently built MCP servers for React and TypeScript workflows, including scaffolding, code quality, auditing, testing, migrations, and monorepo management. It can run through MCP clients or as plain CLI scripts. Use it for repetitive, mechanical, and multi-file development tasks.

Use cases

β€’Scaffold React components
β€’Audit dependencies and accessibility
β€’Generate tests and CRUD features
β€’Migrate projects from CRA to Vite
β€’Manage TypeScript code quality and monorepos

Key features

β€’59 tools across 9 categories
β€’Component scaffolding
β€’Dependency and WCAG accessibility auditing
β€’Test generation and TypeScript enforcement
β€’CRUD feature generation
β€’CRA-to-Vite migration and monorepo tools

Capabilities & Tool Schemas (59) ~1.3k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Toolkit.

component-factory

Scaffold React components from 41 shadcn/ui templates β€” with tests + Storybook

component-reviewer

Audit TypeScript errors, a11y issues, test coverage β€” graded A+ to F

component-fixer

Auto-fix broken imports, missing deps, inline style refactors

component-improver

Extend a component with variants, comprehensive stories, and edge-case tests

storybook-generator

Auto-generate Storybook stories β€” Default, variants, sizes, callbacks, play functions

typescript-enforcer

Scan for `any` types, unsafe casts, missing modifiers β€” 7 rules, scored 0–10

Documentation Overview

mcp-toolkit

MCP servers for React + TypeScript development automation. Works with Claude Desktop, Cline, Cursor β€” and as plain CLI scripts β€” one protocol, zero duplication.

npm CI License: MIT MCP SDK

59 tools across 9 categories — component scaffolding, code quality, a full CRUD-feature factory, CRA→Vite migration, and more. Every tool ships as its own MCP server, built and tested independently.


Why this exists β€” the token math

Here's the thing nobody tells you when you start building agentic workflows: the loop itself is what's expensive, not the model. An agent working without any composed tools does everything the slow way β€” read a file, think, write a file, read it back to check its own work, repeat β€” and every single one of those turns re-sends the whole conversation so far as input tokens. By the time you're 20 steps into a real multi-file task, that resent context alone can be running 50K+ tokens per call. It adds up fast, and it's not really about which model you're using.

I didn't just take that on faith β€” a few sources back it up with real numbers. LeanOps measured agent loops running about 3.2Γ— the tokens of a single direct call at 5 steps, ~30Γ— at 50 steps, and past 100Γ— once you're deep into a typical build-and-debug session β€” because re-sent context is roughly 62% of the bill. Vantage found similar: real agentic sessions run an input-to-output ratio around 25:1 (a direct call is closer to 1:1), with a 50-turn session routinely hitting a million input tokens, and non-agentic usage on comparable work costing something like 200Γ— less per interaction on the same team. And a recent arXiv paper on agentic tokenomics puts agentic tasks at roughly 1000Γ— the tokens of single-turn work, with up to 30Γ— variance run to run on the exact same task β€” so it's not just expensive, it's unpredictable.

That's the problem this toolkit's composed tools are built to get rid of. workflow-runner's schema_to_feature and cra-to-vite don't add one more tool call into an agent's existing loop β€” they replace what would otherwise be 7 or 8 separate read/write/verify turns with a single in-process call that runs the whole generator or migration pipeline and hands back the finished result. That's the "50-turn loop collapses into 1 call" shape the research above says saves 10–100Γ—, which is a very different thing from just bolting one extra tool onto an unchanged loop (that only gets you the 20–40% range).

To keep myself honest, I also ran a real, measured benchmark rather than just trusting the theory β€” ax-benchmark, 6 tasks, claude -p running headless, three arms (agent alone, agent with one MCP tool call added into its loop, and the tool called directly with no agent at all). This is a conservative baseline on purpose, since it only tests adding a single tool call into an otherwise unchanged loop, not the deeper pipeline collapse described above:

Agent aloneAgent + one MCP toolTool called directly
Analysis tasks (review, a11y, legacy-code)baseline~41% lower cost~100% free, ~15Γ— faster (when in scope)
All 6 tasks, blendedbaseline~19% lower costβ€”
New code (component, tests)baselineroughly cost-neutralnot applicable to novel work

Two things worth being upfront about: cost is the fair metric here, not wall-time β€” the agent-alone arm ran headless with no shell access and over-explored on open-ended tasks, which inflated its time without touching its actual cost. And on small, novel, single-file work, the overhead of the tool's structured output can offset what it saves β€” the real win shows up on repetitive, mechanical, multi-file work, which also happens to be exactly where the multi-turn-loop tax above hits hardest.


Install

Published on npm as mcp-react-toolkit. No clone or build required:

Terminal
npx mcp-react-toolkit --list            # list all 59 tools
npx mcp-react-toolkit legacy-analyzer   # run one as an MCP server (stdio)

Add it to Claude Desktop / Cursor / Cline:

jsonc
// claude_desktop_config.json
{
  "mcpServers": {
    "legacy-analyzer": { "command": "npx", "args": ["-y", "mcp-react-toolkit", "legacy-analyzer"] }
  }
}

Swap in any tool name from npx mcp-react-toolkit --list. Restart your client and the tool appears.


Interactive dashboards

Most MCP tools return raw JSON. These return that JSON plus an interactive HTML dashboard β€” health score, sortable issue triage, light/dark toggle, and one-click fix actions that call other tools in the toolkit. One self-contained artifact, no server, no external requests:

Where you run itWhat you get
Claude Desktop (MCP Apps)Renders inline in the conversation (sandboxed iframe)
Claude Code Β· Cursor Β· CLIJSON plus a clickable file:// link to the same dashboard
Any browserThe same HTML, standalone

Analysis tools (legacy-analyzer, component-reviewer, dep-auditor, etc.) get an audit view β€” grade, category cards, filterable issue table. Generators (component-factory, code-modernizer, etc.) get a result view β€” files created/changed, diffs, follow-ups. Powered by the internal @mcp-showcase/ui-kit package: dependency-free, ~30 KB per report.


Tools

Component Development

ToolWhat it does
component-factoryScaffold React components from 41 shadcn/ui templates β€” with tests + Storybook
component-reviewerAudit TypeScript errors, a11y issues, test coverage β€” graded A+ to F
component-fixerAuto-fix broken imports, missing deps, inline style refactors
component-improverExtend a component with variants, comprehensive stories, and edge-case tests
storybook-generatorAuto-generate Storybook stories β€” Default, variants, sizes, callbacks, play functions

Code Quality & Modernisation

ToolWhat it does
typescript-enforcerScan for any types, unsafe casts, missing modifiers β€” 7 rules, scored 0–10
accessibility-checkerWCAG 2.1 audit β€” alt text, label associations, ARIA roles, keyboard navigation
a11y-autofixerApply safe a11y fixes (img alt, blank rel, htmlFor, tabIndex)
quality-pipeline5-stage audit (tests Β· types Β· perf Β· a11y Β· design tokens), graded A–F
review-gateStatic A–F quality gate for generated/changed code
enforce-design-tokensFlag hardcoded colors/spacing/radii/shadows, suggest tokens, grade A–F
render-analyzerDetect unnecessary re-renders, missing memo, inline objects/functions
performance-auditMemory leaks, heavy imports, unoptimized images, deep nesting
bundle-budget-guardGate gzipped asset sizes against per-pattern budgets β€” fail CI on regressions
code-modernizerAST-based JS/JSX β†’ TypeScript conversion, PropTypes β†’ interfaces
react-compiler-migratorFlag redundant useMemo/useCallback/memo for the React 19 Compiler
codemod-runnerGeneric regex codemod engine + named built-ins; dry-run by default
refactor-executorExecute refactor plans safely β€” move/rename/split, update imports, rollback
redux-state-analyzerAudit Redux for anti-patterns (selectors, mutations, RTK Query migration hints)
api-contract-differDiff two API snapshots β†’ breaking vs additive changes β€” CI gate against breaks
i18n-extractorScan JSX for hardcoded strings β†’ i18n keys + message catalog
generate-testsAnalyze a TS/React source file and generate a Vitest test suite
test-gap-analyzerFind unimplemented functions, uncovered branches, missing edge cases
test-data-factoryFieldSchema β†’ typed fixture factory for tests/stories
fix-failing-testsRun the suite, classify failures by root cause, generate targeted fixes
legacy-analyzer22-tool health audit for any React/Next.js/Remix app β€” scores 0–100, migration hints

Monorepo & Infrastructure

ToolWhat it does
dep-auditorUnused deps, duplicate versions, circular imports, bundle impact analysis
monorepo-managerWorkspace listing, dependency graph, health check, shared dep finder
lighthouse-runnerStatic HTML audit β€” meta tags, a11y, OG/Twitter cards, canonical, JSON-LD
json-viewerInteractive HTML JSON viewer β€” collapsible, searchable, dark/light

CRUD Factory

One JSON API sample (or OpenAPI schema) fans out into a full, typed CRUD feature. Every generator keys off the shared FieldSchema contract, so the pieces compose.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • McpProxy logoMcpProxy

    A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

    πŸ“‚ Browser Automation2 views
    Compare vs McpProxy β†’
  • Droidmind logoDroidmind

    Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation with a comprehensive security framework.

    πŸ“‚ Browser Automation2 views
    Compare vs Droidmind β†’
  • Manzanas logoManzanas
    Verified

    Drive iOS simulators from Claude Code, Cursor or Codex by accessibility label instead of screenshot-and-tap-coordinates. Exposes ui_tree, tap_element, type_into_element, wait_for_element and scroll_to_element, and every action reports whether the UI actually changed. A Mac daemon underneath hands out simulators as TTL leases with a queue and keeps a SIGSTOP warm pool, so a lease gets a live simulator in about 0.28s instead of a 7s cold boot, and multiple agents can share one Mac without colliding. Open source, MIT.

    πŸ“‚ Browser Automation5 views
    Compare vs Manzanas β†’
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    πŸ“‚ Browser Automation4 views
    Compare vs Browser Use MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
3
Stargazers on the source repository.
npm downloads
272
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Install check
Inconclusive
Started but did not complete the MCP handshake in our test.
Tools exposed
59
Callable tools this server registers over MCP.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Toolkit

The README lists Claude Desktop, Cline, and Cursor as supported clients.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Toolkit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nishant-chaudhary5338-mcp-toolkit?style=directory)](https://allmcps.com/mcp/nishant-chaudhary5338-mcp-toolkit)
HTML Embed
<a href="https://allmcps.com/mcp/nishant-chaudhary5338-mcp-toolkit"><img src="https://allmcps.com/api/badge/nishant-chaudhary5338-mcp-toolkit?style=directory" alt="MCP Toolkit on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedAug 9, 2026
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 3, 2026
npm downloads272/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good Β· 60/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 26d ago via OSV.dev Β· mcp-react-toolkit (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to MCP Toolkit β†’Install in Claude DesktopInstall in CursorInstall in VS Code