Skip to content

MCP server for OpenAI Apps SDK with 5 pizzaz widgets demonstrating best practices: external resources, CSP, tool invocation status, and structured content injection. Built with mcp-use.

mcp-use/app-sdk-template

Repository files navigation

Deploy to mcp-use

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.

Learn More

About

MCP server for OpenAI Apps SDK with 5 pizzaz widgets demonstrating best practices: external resources, CSP, tool invocation status, and structured content injection. Built with mcp-use.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published