A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Skybridge is a full-stack TypeScript framework for MCP Apps and ChatGPT Apps. Type-safe. React-powered. Platform-agnosti
The full-stack React framework for MCP Apps and MCP Servers.
Documentation · Quickstart · Examples
Skybridge helps developers build type-safe MCP apps for Claude, ChatGPT and other UI-enabled MCP clients, with a complete set of tooling designed for both humans and agents.
Why? MCP apps extend the Model Context Protocol with rich, interactive UI views rendered from MCP servers. Conversational apps need seamless interaction between the user, the UI, and the model. This means new UX patterns, developer tooling, and abstractions. Plus, the raw SDKs are low-level: no hooks, type safety, HMR, etc.
That's why we built Skybridge.
Features include:
They chose to build their MCP apps with Skybridge:
For agents
Install our skill for building MCP apps and ChatGPT apps:
npx skills add alpic-ai/skybridge -s skybridge
Once installed, ask your agent "What skills do you have?" to confirm, then try:
For humans
Bootstrap a new project with:
npm create skybridge@latest my-app
For full install instructions, read our Quickstart guide.
The Skybridge documentation covers the full lifecycle of building MCP Apps:
Deploy Skybridge apps instantly on Alpic for scalable hosting, MCP-specific analytics, permanent tunneling, app store compliance auditing and submission help. You can also self-host on any Node.js-compatible platform.
See our deployment guide for the full production path.
We'd love your help improving Skybridge. Here are a few ways to get involved:
Skybridge is released under the MIT License.
Built and maintained with ❤️ by Harijoe, Fred Barthelet, and the Alpic team.
Explore all our example templates in the Examples section of the documentation.
| Preview | App | Description | Demo | Code |
|---|---|---|---|---|
![]() | Everything | Comprehensive playground app showcasing all Skybridge hooks and features. | Try Demo | View code |
| Preview | App | Description | Demo | Code |
|---|---|---|---|---|
![]() | Capitals Explorer | Interactive world map with geolocation, country information, and dynamic capital exploration. | Try Demo | View code |
![]() | Flight Booking | Flight search carousel with route details, pricing comparison, and external booking. | Try Demo | View code |
![]() | Ecommerce Carousel | Product carousel with persistent cart, localization, theme switching, and modal dialogs. | Try Demo | View code |
![]() | Investigation Game | Multi-screen mystery game with fullscreen mode, dynamic story progression and context asynchronicity demonstration | Try Demo | View code |
![]() | Productivity | Interactive analytics dashboard with charts, theme adaptation, localization, fullscreen mode, and bidirectional tool calls. | Try Demo | View code |
![]() | Time's Up | Word-guessing party game where the user gives hints and the AI tries to guess. | Try Demo | View code |
![]() | Lumo — Interactive AI Tutor | Adaptive tutor with Mermaid diagrams, mind maps, quizzes, and fill-in-the-blank exercises. | Try Demo | View code |
| Preview | Provider | Description | Code |
|---|---|---|---|
![]() | Clerk | Full OAuth authentication with Clerk and personalized coffee shop search. | View code |
![]() | WorkOS AuthKit | Full OAuth authentication with WorkOS AuthKit and personalized coffee shop search. | View code |
![]() | Stytch | Full OAuth authentication with Stytch and personalized coffee shop search. | View code |
![]() | Auth0 | Full OAuth authentication with Auth0 and personalized coffee shop search. | View code |
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Browser automation using accessibility snapshots instead of screenshots