react-mcp

react-mcp

3.5

If you are the rightful owner of react-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

React MCP is a server implementation that allows Claude AI to interact with React applications using the Model Context Protocol.

React MCP provides a bridge between Claude AI and the React ecosystem, allowing Claude to create new React applications, run React development servers, manage files and directories, install npm packages, execute terminal commands, and track and manage long-running processes. This server implements the Model Context Protocol, providing Claude with the ability to perform real-world actions in the development environment.

Features

  • React Project Management: Create new React applications with optional templates, run development servers, and manage dependencies.
  • File Operations: Read and write files, edit React components and configuration.
  • Process Management: Start and monitor long-running processes, track process output in real-time, and terminate processes when needed.
  • Command Execution: Run arbitrary terminal commands, install npm packages, and execute development tasks.
  • Comprehensive Logging: Detailed JSON and text logs, process tracking with timestamps, and execution history.

Tools

  1. create-react-app

    Creates a new React application.

  2. run-react-app

    Runs a React application in development mode.

  3. run-command

    Runs a terminal command.

  4. get-process-output

    Gets the output from a running or completed process.

  5. stop-process

    Stops a running process.

  6. list-processes

    Lists all running processes.

  7. edit-file

    Creates or edits a file.

  8. read-file

    Reads the contents of a file.

  9. install-package

    Installs a npm package in a project.

  10. check-installation-status

    Checks the status of a package installation process.