A starter template created with create-mcp-use-app.
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
# Run production server
yarn start├── index.ts # MCP server entry point
├── resources/ # UI widgets directory
│ └── display-weather.tsx
├── styles.css # Global styles
└── package.json # Dependencies and scripts
The dev server runs on http://localhost:3000 with hot reload and auto-opens the inspector.