
Watch our hands-on workshop where you'll learn to build and deploy an OpenAI App using the Model Context Protocol (MCP). We walk through building widgets, implementing tools, and deploying to production.
Watch a quick demo of the movie discovery app running inside ChatGPT
Build a movie discovery app with AI-powered recommendations that runs inside ChatGPT
Build and host an MCP server on Render with tools for search, watchlists, and recommendations
Create rich UI components that render directly in ChatGPT
Persist user data with PostgreSQL on Render
Define and deploy your stack with Render Blueprints
Complete these steps before the workshop to make the most of your time
Register for a free API key at The Movie Database (TMDB). This powers all the movie data.
For the AI recommendation feature. The app also supports Anthropic and Google Gemini.
Fork the demo repository to your GitHub account so you can deploy your own version.
If you want to run the app locally during the workshop, clone your fork and install.
git clone https://github.com/YOUR_USERNAME/movie-context-provider.git cd movie-context-provider npm install
Documentation and guides to help you during the workshop