MCP apps are the new website: they're real, interactive apps that run right inside AI assistants like ChatGPT and Claude. The tooling to build them didn't exist, so we built it. Meet Skybridge, the React framework that handles the infrastructure and the dev loop so you can focus on your features: MCP server, view rendering, client compatibility, testing tunnel, and more. Code once, ship everywhere. Already +500K downloads and dozens of apps in the stores!











Will give skybridge a try for Vook! Thanks for sharing this. Pretty sure this can be a good acquisition channel for people asking chatgpt to transcribe for them: Any idea how voice can be integrated in an MCP app experience?
Skybridge
@jeremy_rippert thanks, voice in MCP app is still in early stage. The standard enable media content negotiation with hosts, but only Claude so far enables microphone access. But your use case sounds like something worth trying to implement. Let me know how it goes! Would probably add an exemple app too on the repo to showcase audio demo
Just starting to try it. Is it easy for me to deploy an app where i can handle both free users and my paying users? Thanks and good job guys!
Skybridge
Thanks @benoit_bln for giving it a try :)! You can handle both types of user with the same app. If your free users are unauthenticated users, mixed auth is what you're looking for. Otherwise, if all your users are authenticated ones, you can use auth scopes as a way to expose more or less tools to your end users.
Let me know which kind of separation distinguish your paying and free users and I'll be able to redirect you to the corresponding example to get inspired from for your app building journey ;)
Skybridge
@benoit_bln You can use our oauth examples, depending on the IdP you are already using. You can use https://docs.skybridge.tech/api-reference/mcp-server#optionalbearerauth to set up optional authentication.
Looks like a cool initiative, I’ll give Skybridge a try!
I’m new in the space, is there any experience in particular that you feel this new surface to be adequate for? Any idea worth exploring first?
Skybridge
@tlemaire Thanks Thibaud, welcome to the space! 🙌
The apps model shines whenever a text answer isn't enough. Off the top of my head, the most relevant use cases we've come across were search results and catalogs as cards/carousels, lightweight dashboards, interactive maps, and form-style booking/checkout flows.
The showcase page hosts a lot of different use cases and UIs, happy to point you to the closest one to your idea!
You mention it’s agent-ready. What does that concretely mean once I’m building with it?
Skybridge
@joris_caloud Hey Joris, excellent question :) Agent-ready basically means two things:
First, Skybridge ships with a carefully crafted skill that, once loaded by your LLM, makes generating a compliant and good-looking MCP app extremely easy.
Second, it's not released yet, but we've cooked up a feature that exposes the Skybridge devtools as a WebMCP endpoint. We're still testing it internally, but what it means is that we can now efficiently close the feedback loop, so the agent coding the MCP app can test it autonomously, leveraging all the different features and configurations the devtools provide.
Skybridge
@joris_caloud it has a great Skill that helps you build an app without ever writing a lline of code, and even the devtools can be controlled by coding agents very easily
Hi @julienvallini, @fredisterik, and the rest of the Alpic team,
Wanted to send a quick note that has been overdue.
We've been leaning on @Skybridge heavily at Waniwani. It's now running across 50+ MCPs we've shipped to our enterprise customers, and it's core to every single one we build. What used to take us weeks to get an MCP shipped now takes a couple of hours to be fully production ready. That shift has been massive for us.
Beyond the framework itself, what's stood out is the team. You're always there, quick to respond, and clearly listening. Every piece of feedback we've raised has either been picked up or turned into a real improvement, and watching the framework get better release over release has been genuinely fun to be part of.
We're really happy to be partnering with you and excited to keep building alongside you as MCP apps grow. Keep doing what you're doing.
Best,
Maxime
Skybridge
Thank you for your kind words @maxime_antoine2 ! They mean a lot!
We're glad you find Skybridge useful to deliever all your enterprise MCP servers, and we're always happy to provide you with answers as fast as possible when we can :) Keep the feedbacks coming, they're what help shape the framework as it is today!
Very happy to have you as users of our stack. Can't wait to see you grow your MCP traffic ;)
Skybridge
I'm no developer but with Skybridge I was able to build and launch an app myself.
It made it very easy, there is a lot of guidance, but what impressed me most is how quickly you can go from an idea to a working app. Less time wrestling with setup, more time testing and shipping.
Huge credit to the team for making something powerful without making it complicated!
Skybridge
@cyrille_huteau it's soooo great to see you were able to build and push an app by yourself :) ! Keep building with Skybridge ;)
StartupBase
500K downloads before the PH launch says everything. What's the most unexpected thing someone built on top of it so far?
Skybridge
@attacomsian I think the PGA tour ChatGPT app built with Skybridge was a very nice surprise!