MCP Directory
Back

skybridge

by alpic-ai · TypeScript · ★ 1,876

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

#agent#ai#apps-sdk#chatgpt#claude#claude-code#devtools#ext-apps#llms#mcp#mcp-apps#mcp-server#mcp-ui#modelcontextprotocol#openai#react#skills#tooling#typescript

Install

npx -y github:alpic-ai/skybridge

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "skybridge": {
      "command": "npx",
      "args": [
        "-y",
        "github:alpic-ai/skybridge"
      ]
    }
  }
}

From the README

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](https://modelcontextprotocol.io/docs/getting-started/intro) 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…
Read full README on GitHub →

Related ai & ml servers