# React MCP

Enable Claude AI to manage and interact with React applications seamlessly.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Streen9/react-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Streen9/react-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Streen9/react-mcp create-react-app

# Call a tool
npx -y @smithery/cli@latest tool call Streen9/react-mcp create-react-app '{}'
```

## Tools (9)

- `create-react-app` — Create a new React application
- `run-react-app` — Run a React application in development mode
- `run-command` — Run a terminal command
- `get-process-output` — Get the output from a running or completed process
- `stop-process` — Stop a running process
- `list-processes` — List all running processes
- `edit-file` — Create or edit a file
- `read-file` — Read the contents of a file
- `install-package` — Install a npm package in a project

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Streen9/react-mcp <tool-name>
```

---

Source: https://github.com/Streen9/react-mcp | License: MIT
