Mcpdemos
FreeNot checkedDemonstrates MCP capabilities through 8 runnable demos including tools, resources, and bidirectional communication, covering patterns like polite CLI, OAuth han
About
Demonstrates MCP capabilities through 8 runnable demos including tools, resources, and bidirectional communication, covering patterns like polite CLI, OAuth handoff, async progress, and shared UI artifacts.
README
8 runnable demos showcasing Model Context Protocol capabilities - from text-only tools to interactive MCP Apps with bidirectional communication.
Quick Start
node --version # Requires Node 20+
npm install
npm run dev # Start MCP server (stdio transport)
For production:
npm run build
npm start
VS Code Configuration
Add to .vscode/settings.json to auto-discover the server:
{
"mcp": {
"servers": {
"mcpdemos": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "${workspaceFolder}"
}
}
}
}
For development with tsx:
{
"mcp": {
"servers": {
"mcpdemos": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "${workspaceFolder}"
}
}
}
}
Demos
| # | Demo | Category | Tools | Resources |
|---|---|---|---|---|
| 1 | Polite CLI vs Teammate | Hook | demo1_polite_cli |
- |
| 2 | Elicitation Mid-Flow | Negotiation | demo2_scaffold_start, demo2_scaffold_confirm |
- |
| 3 | Secure OAuth Handoff | Security | demo3_request_consent, demo3_approve_consent, demo3_protected_action |
- |
| 4 | Async Progress | Coordination | demo4_start_pipeline, demo4_check_progress |
- |
| 5 | Cancel / Retry / Resume | Coordination | demo5_cancel_task, demo5_retry_task, demo5_list_tasks |
- |
| 6 | Colour Picker | Shared Artifacts | demo6_save_color, demo6_get_palette |
ui://color-picker |
| 7 | Component Gallery | Shared Artifacts | demo7_gallery_state |
ui://component-gallery |
| 8 | Export Artifacts | Platform | demo8_export_report, demo8_list_exports |
- |
Runbooks
- ShowRun All Demos - All Demos Walkthrough Script
- 5-Minute Runbook - Quick highlights (Demos 1, 2, 3, 4, 6, 8)
- 15-Minute Runbook - Full walkthrough with stage timing for all 8 demos
Architecture
src/
index.ts ← Server entry point (stdio transport)
demos/
demo1-polite-cli.ts ← Tool: verbose CLI responses
demo2-elicitation.ts ← Tools: scaffold start + confirm
demo3-oauth.ts ← Tools: consent → approve → action
demo4-async-progress.ts ← Tools: pipeline + progress polling
demo5-cancel-retry.ts ← Tools: cancel, retry, list tasks
demo6-color-picker.ts ← Tool + Resource: colour picker UI
demo7-component-gallery.ts ← Tool + Resource: gallery UI
demo8-export-artifacts.ts ← Tool: report generation
examples/
demo{1-8}/README.md ← Per-demo docs with stage scripts
docs/
5-minute-runbook.md
15-minute-runbook.md
outputs/ ← Generated reports (Demo 8)
Graceful Degradation
If a host doesn't support MCP Apps (ui:// resources), all demos fall back to text-only tool interactions. The UI resources are optional enhancements.
Dependencies
@modelcontextprotocol/sdk- MCP server frameworkzod- Schema validationtsx(dev) - TypeScript execution- No external APIs, databases, or cloud services required
Licence
MIT
Installing Mcpdemos
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/leestott/mcpdemosFAQ
Is Mcpdemos MCP free?
Yes, Mcpdemos MCP is free — one-click install via Unyly at no cost.
Does Mcpdemos need an API key?
No, Mcpdemos runs without API keys or environment variables.
Is Mcpdemos hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mcpdemos in Claude Desktop, Claude Code or Cursor?
Open Mcpdemos on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
by jangjo123Compare Mcpdemos with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
