Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    React Analyzer Mcp

    MCP server for analyzing & generating docs for React code locally

    50 stars
    TypeScript
    Updated Oct 24, 2025

    Table of Contents

    • What it does
    • Available Tools
    • Installation
    • Using with Claude
    • Examples
    • Analyzing a project folder:
    • Button
    • Props
    • License

    Table of Contents

    • What it does
    • Available Tools
    • Installation
    • Using with Claude
    • Examples
    • Analyzing a project folder:
    • Button
    • Props
    • License

    Documentation

    react-analyzer-mcp

    Analyze & generate docs for React code using the Model Context Protocol. Based on react-analyzer library.

    What it does

    This tool analyzes React component files (JSX/TSX) and extracts information about components and their props.

    Available Tools

    • 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

    Installation

    bash
    # Clone the repository
    git clone https://github.com/azer/react-analyzer-mcp.git
    cd react-analyzer-mcp
    
    # Install dependencies
    npm install
    
    # Update PROJECT_ROOT in the index.ts file.
    vim src/index.ts
    
    # Build
    npm run build

    Using with Claude

    1. Enable MCP server in the Claude Desktop config:

    bash
    {
        "react-analyzer-mcp": {
          "command": "node",
          "args": [
            "/Users/azer/code/sandbox/react-analyzer-mcp/build/index.js"
          ]
        }
    }

    2. Connect Claude to your MCP server using the Claude Shell.

    3. Use the tools directly in Claude conversations:

    code
    Analyze my project's React components in the "ui" folder.

    Or:

    code
    What React components do I have in my project?

    Examples

    Analyzing a project folder:

    Input:

    code
    Can you analyze the components in my "foobar" folder?

    Output:

    code
    # Components
    
    ## Button
    
    ### Props
    
    | Prop | Type | Optional | Default |
    |------|------|----------|---------|
    | `variant` | `string` | ✓ | `primary` |
    | `size` | `string` | ✓ | `md` |
    | `onClick` | `function` | ✓ | |
    ...

    License

    MIT

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k