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. πŸ’» Developer Tools
  3. React Analyzer MCP
React Analyzer MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 3:32:03 AM

React Analyzer MCP

User RatingsBe the first to rate and review this MCP server!
View Repository58 GitHub StarsTotal stargazers on GitHub for the source repository (58 stars).
reactdeveloper-toolscode-analysisdocumentation

Analyzes JSX and TSX components, documents React projects, and lists projects under a configured root folder.

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.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for azer/react-analyzer-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Overview

azer/react-analyzer-mcp MCP server analyzes React components from JSX or TSX source and exposes the results through MCP tools. It can inspect one component, generate documentation for every component in a project folder, or list projects beneath a configured root directory. The server is built locally from the repository and uses a PROJECT_ROOT setting in its source configuration. Reach for it when an agent needs a component inventory or generated React documentation without sending project code to a remote analysis service.

Use cases

β€’Analyze a single React component's props
β€’Generate documentation for all components in a project
β€’List React projects under a configured root folder
β€’Create a component inventory for an existing codebase

Key features

β€’Analyze JSX and TSX React components
β€’Extract component prop information
β€’Generate documentation for project components
β€’List projects below a configured root
β€’Expose analysis through MCP tools

Capabilities & Tool Schemas (3) ~50 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 React Analyzer MCP.

analyze-react

Analyzes a single React component from source code

analyze-project

Generates documentation for all React components in a project folder

list-projects

Lists all projects under the root folder

How React Analyzer MCP works

What azer/react-analyzer-mcp MCP server does

azer/react-analyzer-mcp MCP server examines React component files written in JSX or TSX. Its analysis focuses on identifying components and extracting information about their props, including details such as type, optionality, and defaults when those details are available in the source.

The server exposes three MCP tools:

  • analyze-react examines one React component supplied as source code.
  • analyze-project processes the React components in a project folder and produces documentation for them.
  • list-projects returns the projects found below the configured root folder.

Project documentation can include a component section and a props table. The repository example shows generated output for a Button component with prop names, types, optional values, and defaults.

How it works

The project is based on the react-analyzer library. MCP clients connect to the locally built server, then invoke the analysis tools in a conversation. A request can ask the client to inspect a named project folder or identify the React components available in the configured project area.

For a single component, the server receives source code and runs the component analyzer against it. For project analysis, it works from a folder under the configured root and generates documentation for all React components it finds there. list-projects provides a way to discover available project folders before requesting a broader analysis.

This makes the azer/react-analyzer-mcp MCP server suitable for creating a component reference, reviewing prop interfaces, or giving an AI assistant an inventory of an existing React codebase.

Setup and configuration

Clone the repository, install its npm dependencies, and build the TypeScript project:

bash
git clone https://github.com/azer/react-analyzer-mcp.git
cd react-analyzer-mcp
npm install
npm run build

Before building, update PROJECT_ROOT in src/index.ts to point at the directory containing the projects to inspect. The README does not describe PROJECT_ROOT as an environment variable; it is configured directly in the source file.

After building, the documented Claude Desktop configuration starts Node with the generated build/index.js file. The example uses an absolute path to that file, so each installation must provide its own local path in the client configuration.

Limitations and notes

The provided material documents React component analysis for JSX and TSX files, rather than general JavaScript or TypeScript program analysis. Project-wide operations depend on the configured root folder and the projects located beneath it. The repository instructions require a local clone, dependency installation, and build step; no hosted endpoint or package-manager installation command is documented.

The README shows Claude Desktop as the client configuration example. It does not provide configuration examples for other MCP clients, authentication settings, environment variables, or remote deployment. The project is licensed under MIT.

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Project Context MCP logoProject Context MCP

    Exposes .context/ folder files as MCP resources, giving Claude Code instant access to project documentation via @ mentions.

    πŸ’» Developer Tools3 views
    Compare vs Project Context MCP β†’
  • MCP Gopls logoMCP Gopls

    A MCP server for interacting with Go's Language Server Protocol (gopls) and benefit from advanced Go code analysis features.

    πŸ’» Developer Tools3 views
    Compare vs MCP Gopls β†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    πŸ’» Developer Tools16 views
    Compare vs Magic MCP β†’

Adoption & maintenance

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

GitHub stars
58
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 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 React Analyzer MCP

Clone the repository, run `npm install`, set `PROJECT_ROOT` in `src/index.ts`, and run `npm run build`. The provided instructions do not document a standalone package installation command.

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 PreviewReact Analyzer MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/azer-react-analyzer-mcp?style=directory)](https://allmcps.com/mcp/azer-react-analyzer-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/azer-react-analyzer-mcp"><img src="https://allmcps.com/api/badge/azer-react-analyzer-mcp?style=directory" alt="React Analyzer MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
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 stars58
GitHub Star CountTotal stargazers on GitHub representing community popularity (58 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 9, 2025
45Quality signal: Fair Β· 45/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 & tools21/30
Adoption & activity3/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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore 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 and attach your website β€” 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 πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to React Analyzer MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code