developer tools

React Analyzer Mcp

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

typescript
local
developer tools
0
View on GitHub

Installation

npx -y azer/react-analyzer-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

azer/react-analyzer-mcp

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

GitHub: https://github.com/azer/react-analyzer-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub