react-analyzer-mcp
react-analyzer-mcp is a tool that analyzes React components and generates documentation. It provides features for analyzing and listing React projects and can integrate with the Claude tool.
How do I install react-analyzer-mcp?
Clone the repository from GitHub, install dependencies using npm, update the PROJECT_ROOT in the index.ts file, and then build the project using npm run build.
What file formats does react-analyzer-mcp support?
The tool supports both JSX and TSX file formats for analyzing React components.
Can I use react-analyzer-mcp with Claude?
Yes, you can enable the MCP server in Claude Desktop config and connect Claude to your MCP server using the Claude Shell.
What kind of output can I expect from analyzing a project?
The output includes a list of components with detailed information about their props, including type, optional status, and default values.
Is there a way to list all projects in the root folder?
Yes, you can use the list-projects tool to list all projects under the root folder.