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

by Streen9
Verified

create-react-app

Create a new React application

Input Schema

NameRequiredDescriptionDefault
directoryNoBase directory to create the app in (defaults to home directory)
nameYesName of the React app
templateNoTemplate to use (e.g., typescript, cra-template-pwa)

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Base directory to create the app in (defaults to home directory)", "type": "string" }, "name": { "description": "Name of the React app", "type": "string" }, "template": { "description": "Template to use (e.g., typescript, cra-template-pwa)", "type": "string" } }, "required": [ "name" ], "type": "object" }