Skybridge contains 2 main packages that can be used together or independently.Documentation Index
Fetch the complete documentation index at: https://docs-staging.skybridge.tech/llms.txt
Use this file to discover all available pages before exploring further.
The packages
skybridge/server: A drop-in replacement for the official MCP SDK that adds view registration and type inference capabilities.skybridge/web: A React library providing hooks, components, and the runtime glue to render your views inside the host’s iframe environment.
Option 1: use skybridge/server (Recommended)
Use skybridge/server
Best if: you’re using the official TypeScript MCP SDK and want to add rich UI views with full type safety.
Option 2: use skybridge/web only
Use skybridge/web only
Best if: you already have an MCP server in a non-TypeScript runtime and only want React hooks for UI components.