https://github.com/Streen9/react-mcp
by Streen9
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |