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

create-react-app

Set up a new React application with custom templates and directory configurations. Simplifies React app creation by automating setup based on user prompts via react-mcp integration.

Instructions

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" }

You must be authenticated.

Other Tools from https://github.com/Streen9/react-mcp

Related Tools

ID: xsjsdumc7x