fastmcp dev apps or connect to from any MCP host. The source is in examples/apps/ in the repository.
Sales Dashboard
Metrics, charts, and deal pipeline

System Monitor
Live CPU, memory, disk with auto-refresh

Quiz
LLM-generated trivia with scoring

Interactive Map
Geocoded addresses on Leaflet

File Upload
Drag-and-drop upload provider

Approval
Human-in-the-loop confirmation

Choice
Clickable option selection

Form Input
Pydantic model forms

Generative UI
LLM writes the UI at runtime
Running Examples
Preview any example in your browser with the dev server:Standalone Examples
Sales Dashboard
A full dashboard with KPI metrics, revenue trends, segment breakdown, and a deal pipeline table. Shows what you can build with a singleapp=True tool and Prefab’s chart and data components.
System Monitor
Reads live CPU, memory, and disk stats from your machine usingpsutil. Auto-refreshes via SetInterval calling a backend tool, with a dropdown to control the refresh rate. The chart accumulates 100 data points over time.
Quiz
The LLM generates trivia questions and passes them to the tool. The user answers via buttons, sees correct/incorrect feedback, and tracks score across questions. Demonstrates multi-turn client-side state with FastMCPApp.Interactive Map
Accepts addresses or place names, geocodes them via OpenStreetMap Nominatim (free, no API key), and renders an interactive Leaflet map using Prefab’sEmbed component with inline HTML. Proves that Prefab apps aren’t limited to built-in components.
Built-in Providers
These are ready-made capabilities you add with a singleadd_provider() call.


