EveryDev.ai
Subscribe
Home
Tools

2,928+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Skybridge
    Skybridge icon

    Skybridge

    MCP Apps Directories

    A full-stack React framework for building type-safe MCP apps that run in Claude, ChatGPT, VSCode, and any MCP client.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under MIT license, free to use, modify, and distribute.

    Engagement

    Available On

    iOS
    Web
    API
    VS Code
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP Apps DirectoriesAI Development LibrariesMCP Servers

    Alternatives

    Awesome Skills Appa2ui.meMCP World
    Developer
    AlpicParis, FranceEst. 2025$6000000 raised

    Listed Jun 2026

    About Skybridge

    Skybridge is an open-source, MIT-licensed React framework built by the Alpic team for creating Model Context Protocol (MCP) apps. It targets developers who want to ship rich, interactive UI views inside AI clients like Claude, ChatGPT, and VSCode without wrestling with low-level SDKs. The project is recommended in the OpenAI documentation and Developers Blog, and the homepage claims it powers 10% of MCP apps in Claude and ChatGPT.

    What It Is

    Skybridge is a full-stack TypeScript framework that extends the Model Context Protocol with interactive React-powered UI views. Where the raw MCP SDKs are low-level and lack hooks, type safety, or hot reload, Skybridge adds a complete developer experience layer: define tools on the server, write React components for the views, and ship to any MCP-compatible client. The framework abstracts client-specific implementation differences so one codebase runs across Claude, ChatGPT, VSCode, Cursor, and other MCP clients.

    Core Architecture

    Skybridge is structured around a server/view split with end-to-end type safety modeled after tRPC:

    • Server tools are registered with a schema (using Zod) and a pointer to a React view component.
    • React views consume tool output via useToolInfo<"toolName">() hooks, which carry full TypeScript inference from the server definition.
    • State management follows a React Query-style pattern, making it familiar to existing React developers.
    • The framework ships as an npm package (skybridge) and is bootstrapped via npm create skybridge@latest.

    Developer Tooling

    The local development environment is a first-class feature:

    • Hot Module Reload (HMR): edit a tool or widget and see the change reflected in the MCP client instantly, with no restarts or redeploys.
    • Local emulator: run Claude and ChatGPT surfaces locally to test layout, spacing, and dark/light theming before shipping.
    • Public tunnel: one command exposes the dev server with a stable HTTPS URL for testing on any device or MCP client.
    • Server audit: validates the MCP app against Claude and ChatGPT submission guidelines and surfaces findings that can be handed directly to a coding agent.

    Agent-Ready Workflow

    Skybridge ships a Skills system that lets coding agents build MCP apps end-to-end. Installing the skill via npx skills add alpic-ai/skybridge -s skybridge gives agents the context to create new apps, migrate existing MCP servers, or add new views on command. The CLI and programmatic devtools APIs are designed so agents can drive the full development lifecycle without human intervention at each step.

    Example Library and Integrations

    The repository includes production-ready example templates covering e-commerce, travel, productivity dashboards, games, and generative UI. Auth examples cover Clerk, WorkOS AuthKit, Stytch, and Auth0. UI library examples include shadcn/ui components and a generative UI pattern with json-render. Apps can be deployed to the Alpic platform for MCP-specific analytics, permanent tunneling, and app store compliance auditing, or self-hosted on any Node.js-compatible platform.

    Update: v1.1.2

    The latest release is v1.1.2, published on June 22, 2026, with the repository last pushed on June 23, 2026. The GitHub repository shows 1,847 stars and 113 forks as of that date. The project was created in October 2025 and has maintained active development cadence since launch, with 58 open issues tracked publicly.

    Skybridge - 1

    Community Discussions

    Be the first to start a conversation about Skybridge

    Share your experience with Skybridge, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under MIT license, free to use, modify, and distribute.

    • Full-stack TypeScript MCP framework
    • React hooks and state management
    • Hot Module Reload
    • Local emulator
    • Public tunnel

    Capabilities

    Key Features

    • Full-stack TypeScript framework for MCP apps
    • Write once, run everywhere across Claude, ChatGPT, VSCode, and any MCP client
    • tRPC-style end-to-end type safety from server tool definition to React view
    • React Query-style hooks for state management
    • Hot Module Reload for instant dev iteration
    • Local emulator for Claude and ChatGPT surfaces
    • Public tunnel for testing on any device
    • Server audit against Claude and ChatGPT guidelines
    • Agent-ready Skills system for coding agents
    • Production-ready example templates (e-commerce, travel, SaaS, games)
    • Auth examples for Clerk, WorkOS AuthKit, Stytch, and Auth0
    • Deploy to Alpic platform or self-host on Node.js
    • MIT-licensed open source

    Integrations

    Claude
    ChatGPT
    VSCode
    Cursor
    Goose
    Clerk
    WorkOS AuthKit
    Stytch
    Auth0
    shadcn/ui
    Zod
    React Query
    Alpic
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Skybridge and help others make informed decisions.

    Developer

    Alpic

    Alpic builds Skybridge, the open-source React framework for MCP apps, and operates the Alpic deployment platform for scalable MCP app hosting. The team, led by Harijoe and Fred Barthelet, contributes actively to the official MCP Apps extension and publishes learnings from real-world MCP app development back into the framework. Alpic is recommended in the OpenAI documentation and Developers Blog as a go-to toolchain for building ChatGPT and Claude apps.

    Founded 2025
    Paris, France
    $6000000 raised
    15 employees

    Used by

    Kiwi.com
    Clarifeye
    Bitmovin
    TwelveLabs
    Read more about Alpic
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Awesome Skills App icon

    Awesome Skills App

    A platform for discovering, comparing, and using Agent Skills for Claude and AI assistants, with 288+ skills across 10 categories.

    a2ui.me icon

    a2ui.me

    Comprehensive directory for MCP Apps - interactive UI applications that render inside AI chatbots like Claude and ChatGPT.

    MCP World icon

    MCP World

    A comprehensive directory and discovery platform for Model Context Protocol (MCP) servers, tools, and resources.

    Browse all tools

    Related Topics

    MCP Apps Directories

    Directories and catalogs of applications built on the Model Context Protocol, helping developers discover MCP-powered apps and integrations.

    8 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    230 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    118 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions