Skip to main content
Glama

react-analyzer-mcp

by azer

react-analyzer-mcp

모델 컨텍스트 프로토콜을 사용하여 React 코드에 대한 문서를 분석하고 생성합니다. react-analyzer 라이브러리를 기반으로 합니다.

그것이 하는 일

이 도구는 React 구성 요소 파일(JSX/TSX)을 분석하고 구성 요소와 해당 속성에 대한 정보를 추출합니다.

사용 가능한 도구

  • analyze-react : 소스 코드에서 단일 React 구성 요소를 분석합니다.
  • analyze-project : 프로젝트 폴더의 모든 React 구성 요소에 대한 문서를 생성합니다.
  • list-projects : 루트 폴더 아래의 모든 프로젝트를 나열합니다.

설치

지엑스피1

Claude와 함께 사용

  1. Claude Desktop 구성에서 MCP 서버를 활성화합니다.
{ "react-analyzer-mcp": { "command": "node", "args": [ "/Users/azer/code/sandbox/react-analyzer-mcp/build/index.js" ] } }
  1. Claude Shell을 사용하여 Claude를 MCP 서버에 연결합니다.
  2. Claude 대화에서 직접 도구를 사용하세요.
Analyze my project's React components in the "ui" folder.

또는:

What React components do I have in my project?

예시

프로젝트 폴더 분석:

입력:

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

산출:

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

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

  • 로컬에서 React 프로젝트를 분석하세요

  • AST 파싱 + AI를 사용한 일관된 출력

  • React 코드에 대한 마크다운 문서인 llm.txt를 한 번에 생성하세요

  1. 그것이 하는 일
    1. 사용 가능한 도구
      1. 설치
        1. Claude와 함께 사용
          1. 예시
            1. 프로젝트 폴더 분석:
          2. 특허

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              Analyzes codebases using Repomix and LLMs to provide structured code reviews with specific issues and recommendations, supporting multiple LLM providers including OpenAI, Anthropic, and Gemini.
              Last updated -
              2
              26
            • A
              security
              A
              license
              A
              quality
              Provides tools for analyzing project structures, searching through codebases, managing dependencies, and performing file operations with advanced filtering capabilities.
              Last updated -
              6
              24
              1
              MIT License
            • -
              security
              A
              license
              -
              quality
              Provides AI assistants with the ability to lint, validate, and auto-fix Markdown files to ensure compliance with established Markdown standards and best practices.
              Last updated -
              1
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              Enables AI assistants to understand and navigate codebases through structural analysis. Provides code mapping, symbol search, and impact analysis using ast-grep for accurate parsing of Python, JavaScript, TypeScript, and Go projects.
              Last updated -
              3
              29
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/azer/react-analyzer-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server