New projects
1
Create a project
Requirements: Node.js 20+, pnpm 10+You will be prompted to name your project. We’ll choose
my-app for now.2
Install dependencies
Navigate to your project directory and install dependenceies:
3
Run the development server
http://localhost:6767 to see the ChatGPT simulator running your app.4
Build your first component
Edit Save the file and watch your changes appear instantly in the simulator.
src/components/apps/App.tsx to create your first ChatGPT widget:Project Structure
Explore your new MCP App project