MCP Apps support on Vercel
Vercel launches support for building and deploying MCP Apps with Next.js, enabling provider-agnostic embedded UIs that run across hosts such as Cursor, Claude.ai, and ChatGPT via JSON-RPC.
Teams can now build and deploy MCP Apps on Vercel with full support for Next.js. MCP Apps are similar to , but are a provider-agnostic open standard for embedded UIs. They run inside iframes and communicate with any compatible host, such as Cursor, Claude.ai, and ChatGPT, using a shared bridge.ChatGPT apps This architecture uses JSON-RPC over , enabling a single UI to function across any compatible host without platform-specific integrations.ui/*postMessage By combining this standard with Next.js on Vercel, developers can leverage Server-Side Rendering (SSR) and React Server Components to build portable, high-performance agent interfaces.
or learn more in the .Deploy the templatedocumentation Read more
- vercel.comMCP Apps support on Vercelprimary