https://github.com/Streen9/react-mcp

by Streen9
Verified

run-react-app

Run a React application in development mode

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the React project folder

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the React project folder", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }