skybridge
by alpic-ai·★ 1,128·Score 53
Skybridge is a TypeScript framework for building MCP and ChatGPT apps with type safety and React components.
Overview
Skybridge is a full-stack TypeScript framework that enables developers to build MCP (Model Context Protocol) and ChatGPT applications with rich, interactive UIs. It provides type-safe development with React components, offering features like View-to-Model Sync, React Query-style hooks, and dual surface compatibility. The framework extends the official MCP SDK, making it compatible with both ChatGPT's Apps SDK and MCP clients like Goose and VSCode extensions.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Skybridge when building complex AI applications with React interfaces that need to work with both ChatGPT and MCP clients.
When NOT to choose this
Don't choose Skybridge if you need a simple MCP server implementation or if you're not building a React-based AI application.
Tools this server exposes
1 tool extracted from the READMEregisterViewregisterView(name: string, options: {}, { inputSchema, outputSchema }: { inputSchema: any, outputSchema: any }, handler: Function): voidRegister a view with input and output schemas that can be called by the MCP server
Note: The only MCP tool explicitly documented in the README is 'registerView' in the Server section example.
Comparable tools
Installation
Installation
Skybridge can be installed via npm:
npm i skybridge
yarn add skybridge
pnpm add skybridge
bun add skybridge
deno add skybridgeTo create a new app:
npm create skybridge@latestFor Claude Desktop integration, add to your config.json:
{
"mcpServers": {
"skybridge": {
"command": "npx",
"args": ["skybridge", "server"]
}
}
}FAQ
- What is Skybridge?
- Skybridge is a full-stack TypeScript framework for building MCP and ChatGPT applications with type safety and React-powered UI components.
- Does Skybridge work with ChatGPT?
- Yes, Skybridge works seamlessly with ChatGPT (Apps SDK) and is platform-agnostic, supporting multiple MCP-compatible clients.
On Hacker News
Recent discussion from the developer community.
- Story by Eldodi · 2026-05-18
- Story by smurda · 2025-12-21
Compare skybridge with
Last updated · Auto-generated from public README + GitHub signals.