Sandbox
@alpic-ai/skybridge

TypeScript framework for MCP apps and ChatGPT apps

Skybridge is a React-first framework for building MCP apps and ChatGPT apps in TypeScript. It wraps the low-level MCP pieces with type-safe server-to-UI data flow, local dev tooling, and example app patterns.

1,995 stars132 forksTypeScriptUpdated 7d ago
Who it's for

Builders who want to ship interactive MCP apps with React, Claude, ChatGPT, or other MCP clients.

What it delivers

You can build and iterate on agent-facing apps with shared types, local emulation, and reusable app structure instead of stitching the pieces together yourself.

What it does

React-based app framework

Build MCP apps with React UI components and React Query-style hooks.

Type-safe server to UI flow

The framework carries types from MCP server tool definitions into the React view layer.

Local development tools

It provides a dev server, local emulator, HMR, and a tunnel for testing apps against Claude and ChatGPT.

Cross-client support

Apps are designed to run across Claude, ChatGPT, VSCode, and other MCP-compatible clients.

Agent-ready skills and tooling

The repo includes skills and CLI/programmatic dev tools for agent-led app building.

Example app library

It includes example apps for ecommerce, travel, productivity, games, auth, and generative UI.

How to get it

  1. 1Install our skill for building MCP apps and ChatGPT apps
    npx skills add alpic-ai/skybridge -s skybridge
  2. 2Bootstrap a new project with
    npm create skybridge@latest my-app

README

Skybridge - the MCP Apps framework

Skybridge, the full-stack React framework for MCP apps and MCP serversSkybridge, the full-stack React framework for MCP apps and MCP servers

The full-stack React framework for MCP Apps and MCP Servers.

Documentation · Quickstart · Examples

npm versionnpm version npm downloadsnpm downloads Discord communityDiscord community License: MITLicense: MIT

About Skybridge

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:

  • Delightful dev environment: Skybridge provides a dev server with a local emulator, hot module reload, and a permanent tunnel to connect your local app to Claude and ChatGPT.
  • Write once, run everywhere: the framework abstracts implementation differences between MCP clients, so your app runs seamlessly in Claude, ChatGPT, VSCode, and any other MCP apps compatible client.
  • Agent-ready: powerful skills, CLI, and programmatic dev tool APIs, everything your coding agent needs to build MCP apps end-to-end.
  • Type-safe end-to-end: tRPC-style inference from MCP server tool definition to React view for type safety from server to frontend.
  • React-first: Intuitive React Query-style hooks, with advanced state management.
  • Example library: get started quickly with ChatGPT- and Claude-ready app examples for ecommerce, travel, SaaS, and more.

They chose to build their MCP apps with Skybridge:

DatadogDatadog    BitmovinBitmovin    EvaneosEvaneos    TouchstreamTouchstream    Cottages.comCottages.com

Get started

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:

  • Create a new MCP app
  • Migrate my MCP server to the Skybridge framework
  • Add a new view to my MCP app

For humans

Bootstrap a new project with:

npm create skybridge@latest my-app

For full install instructions, read our Quickstart guide.

Documentation

The Skybridge documentation covers the full lifecycle of building MCP Apps:

  • Fundamentals: understand MCP Apps, ChatGPT Apps, and how Skybridge bridges both runtimes.
  • Core concepts: learn about server <> model <> UI data flows, LLM context sync, type safety, and instant local iteration with our devtools.
  • Guides: build real app behavior with tools, views, state, and model communication.
  • API Reference: browse our MCP server APIs, React hooks, CLI commands, and runtime compatibility.

Deploy

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.

Community & Contributing

We'd love your help improving Skybridge. Here are a few ways to get involved:

  • Bugs: If you run into a bug or unexpected behavior, open a GitHub Issue with a clear reproduction.
  • Questions and ideas: Need help building with Skybridge or have ideas to improve the framework, docs, examples, or developer experience? Open an issue or share them on our Discord.
  • Pull requests: For code or documentation changes, read the Contributing Guide before opening a PR.

Skybridge is released under the MIT License.

Contributors

Built and maintained with ❤️ by Harijoe, Fred Barthelet, and the Alpic team.

Skybridge contributors

Example templates

Explore all our example templates in the Examples section of the documentation.

Basic

PreviewAppDescriptionDemoCode
EverythingEverythingComprehensive playground app showcasing all Skybridge hooks and features.Try DemoView code

Use cases

PreviewAppDescriptionDemoCode
Capitals ExplorerCapitals ExplorerInteractive world map with geolocation, country information, and dynamic capital exploration.Try DemoView code
Flight BookingFlight BookingFlight search carousel with route details, pricing comparison, and external booking.Try DemoView code
Ecommerce CarouselEcommerce CarouselProduct carousel with persistent cart, localization, theme switching, and modal dialogs.Try DemoView code
Investigation GameInvestigation GameMulti-screen mystery game with fullscreen mode, dynamic story progression and context asynchronicity demonstrationTry DemoView code
ProductivityProductivityInteractive analytics dashboard with charts, theme adaptation, localization, fullscreen mode, and bidirectional tool calls.Try DemoView code
Time's UpTime's UpWord-guessing party game where the user gives hints and the AI tries to guess.Try DemoView code
Lumo Interactive AI TutorLumo — Interactive AI TutorAdaptive tutor with Mermaid diagrams, mind maps, quizzes, and fill-in-the-blank exercises.Try DemoView code

Auth

PreviewProviderDescriptionCode
Auth DescopeDescopeFull OAuth authentication with Descope and personalized coffee shop search.View code
Auth ClerkClerkFull OAuth authentication with Clerk and personalized coffee shop search.View code
Auth WorkOS AuthKitWorkOS AuthKitFull OAuth authentication with WorkOS AuthKit and personalized coffee shop search.View code
Auth StytchStytchFull OAuth authentication with Stytch and personalized coffee shop search.View code
Auth Auth0Auth0Full OAuth authentication with Auth0 and personalized coffee shop search.View code
Auth AuthplaneAuthplaneFull OAuth authentication with Authplane and personalized coffee shop search.View code

UI and component libraries

PreviewAppDescriptionDemoCode
Manifest UIManifest UIAgentic component library example for rich AI-powered experiences.Try DemoView code
Generative UIGenerative UILLM-generated dynamic UIs with json-render and 36 pre-built shadcn/ui components.Try DemoView code
mcpcnmcpcnAgentic component library starter with pre-built mcpcn components and generative UI via json-render.Try DemoView code

Files in the repo

Repository payload25 top-level entries
  • .claude
  • .github
  • .vscode
  • docs
  • e2e
  • examples
  • infrastructure
  • landing
  • packages
  • scripts
  • skills
  • .gitignore
  • .nvmrc
  • AGENTS.md
  • biome.json
  • CLAUDE.md
  • context7.json
  • CONTRIBUTING.md
  • LICENSE
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • renovate.json
  • SECURITY.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More frameworks & sdks

HKUDS/nanobotFrameworks & SDKs

Ultra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps

48k
microsoft/
SkillOpt
microsoft/SkillOptFrameworks & SDKs

SkillOpt is a text-space optimizer that trains reusable natural-language skills for frozen LLM agents through trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts.

17k
omnigent-ai/omnigentFrameworks & SDKs

Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.

9.8k
kyegomez/
OpenMythos
kyegomez/OpenMythosFrameworks & SDKs

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

15k
D4Vinci/ScraplingFrameworks & SDKs

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

80k