Skip to main content
Developer ToolsTypeScript

azer/react-analyzer-mcp

Analyze React code locally, generate docs / llm.txt for whole project at once

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/azer/react-analyzer-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "react-analyzer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "azer/react-analyzer-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
azer