MCP Catalogs
Home

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.

ai-llmdeveloper-toolsproductivity
65
Forks
62
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Building AI applications with rich UIs
you:Creating MCP tools with React interfaces
you:Developing cross-platform AI chat experiences
you:What is Skybridge?
you:Does Skybridge work with ChatGPT?

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 README
  • registerViewregisterView(name: string, options: {}, { inputSchema, outputSchema }: { inputSchema: any, outputSchema: any }, handler: Function): void

    Register 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

mcp-server-templatenextjs-mcp-starterreact-mcp-tools

Installation

Installation

Skybridge can be installed via npm:

npm i skybridge
yarn add skybridge
pnpm add skybridge
bun add skybridge
deno add skybridge

To create a new app:

npm create skybridge@latest

For 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.

Compare skybridge with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.