feat: add MCP Apps example servers module#30
Merged
jerome3o-anthropic merged 3 commits intomainfrom Jan 16, 2026
Merged
Conversation
Wire up 13 MCP Apps servers from the @modelcontextprotocol/server-* packages:
- budget-allocator: Interactive budget allocation UI
- cohort-heatmap: Customer retention heatmap
- customer-segmentation: Scatter chart with clustering
- map: Interactive 3D globe viewer (CesiumJS)
- pdf: Interactive PDF viewer
- scenario-modeler: SaaS business projections dashboard
- shadertoy: Real-time GLSL shader renderer
- sheet-music: ABC notation to sheet music visualizer
- system-monitor: Real-time OS metrics display
- threejs: 3D scene renderer
- transcript: Live speech transcription
- video-resource: Binary video streaming via MCP resources
- wiki-explorer: Wikipedia link graph visualization
Each server is mounted at /{slug}/mcp and shares the same OAuth
authentication as the main MCP server.
Also updates the splash page to dynamically list all available
example servers.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Address PR feedback: - Remove session store and session management - Use stateless mode (sessionIdGenerator: undefined) - Each request creates a fresh server instance - Remove user-controlled format string in error message - Simplify handler logic significantly Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The MCP server packages require Node 20.11+ due to use of import.meta.filename. This .nvmrc ensures developers use the correct Node version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2c821ac to
5ebe44a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@modelcontextprotocol/server-*npm packagesExampleAppsModulethat mounts each server at/{slug}/mcp>=20.16.0 || >=22.3.0(required by pdfjs-dist dependency)Available MCP App Servers
budget-allocatorcohort-heatmapcustomer-segmentationmappdfscenario-modelershadertoysheet-musicsystem-monitorthreejstranscriptvideo-resourcewiki-explorerTest plan
npm run build)npm run lint)/pdf/mcp)🤖 Generated with Claude Code