skybridge

作者 alpic-ai已验证

Skybridge is a full-stack TypeScript framework for MCP Apps and ChatGPT Apps. Type-safe. React-powered. Platform-agnostic.

1,982
Stars
131
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/alpic-ai/skybridge

快速入门

使用 skybridge 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Skybridge - the MCP Apps framework

Skybridge, 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 version npm downloads Discord community License: 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:

Datadog    Bitmovin    Evaneos    Touchstream    Cottages.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

常见问题

What is skybridge?

skybridge is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alpic-ai. Skybridge is a full-stack TypeScript framework for MCP Apps and ChatGPT Apps. Type-safe. React-powered. Platform-agnostic. It has 1,982 GitHub stars.

Is skybridge safe to use?

Yes. skybridge passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install skybridge?

Clone the repository with "git clone https://github.com/alpic-ai/skybridge" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is skybridge written in?

skybridge is primarily written in TypeScript. It is open-source under alpic-ai on GitHub, so you can review or fork the full source.

Are there alternatives to skybridge?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skybridge against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情