mcp-use/app-sdk-template
3.2
If you are the rightful owner of app-sdk-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Pizzaz MCP Server is a reference implementation demonstrating the integration of OpenAI Apps SDK using the `mcp-use` library. It showcases best practices through a set of interactive widgets.
Tools
7
Resources
0
Prompts
0
App SDK Template
A starter template created with create-mcp-use-app.
Quick Start
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
# Run production server
yarn start
Project Structure
├── index.ts # MCP server entry point
├── resources/ # UI widgets directory
│ └── display-weather.tsx
├── styles.css # Global styles
└── package.json # Dependencies and scripts
Development
The dev server runs on http://localhost:3000 with hot reload and auto-opens the inspector.