React MCP
未认领react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts
安装
npx -y @smithery/cli install @Streen9/react-mcp --client claude工具(20 个)
check-installation-status
Checks the status of a package installation process.
command
(required): Command to execute
content
(required): Content to write to the file
create-react-app
Creates a new React application.
dev
(optional): Whether to install as a dev dependency
directory
(optional): Base directory to create the app in (defaults to home directory)
edit-file
Creates or edits a file.
filePath
(required): Path to the file to edit
get-process-output
Gets the output from a running or completed process.
install-package
Installs a npm package in a project.
list-processes
Lists all running processes.
name
(required): Name of the React app
packageName
(required): Name of the package to install (can include version)
processId
(required): ID of the process to get output from
projectPath
(required): Path to the React project folder
read-file
Reads the contents of a file.
run-command
Runs a terminal command.
run-react-app
Runs a React application in development mode.
stop-process
Stops a running process.
template
(optional): Template to use (e.g., typescript, cra-template-pwa)