Lovable apps become MCP servers for ChatGPT and Claude
By Steven Van ·
Any published Lovable app can now expose its actions to AI assistants, with Lovable auto-generating and hosting the OAuth-protected MCP server.
Lovable apps just grew a second front door. With the platform's new agent integrations, any published Lovable app can be used directly inside ChatGPT, Claude, and other AI tools, no tab switching, no copy-pasting between your assistant and your app. Under the hood it's the Model Context Protocol doing the work, and Lovable has automated away nearly all of the setup.
Your app's logic becomes an MCP server, automatically
The clever part is that you don't write anything. When you enable agent integrations on a published app, Lovable reads the app's logic and generates an MCP server that lists the app's available actions. Lovable hosts and maintains that server for you. From there, any MCP-capable assistant can connect: the AI interprets what a user asks for, picks the matching action from your app, and executes it, with results flowing back into the conversation.
Security defaults are sensible. Servers are protected by OAuth out of the box, so only authorized users can reach them, with an option to open a server up publicly, and every server passes security checks at publish time, per Lovable's announcement.
What people are doing with it
The launch examples sketch the range: creators reviewing bids through their assistant, marketers checking work against brand guidelines stored in an internal app, and sales teams generating quotes and querying their pipeline conversationally. The pattern is the same in each case, a small internal tool built in Lovable becomes something the whole team can use from inside the chat window where they already spend their day.
Vibe-coded apps meet the agent economy
This closes a loop that has been forming all year. Lovable made building an app a prompt; MCP makes using an app a prompt too. For creators, it means a Lovable app is no longer just a website with a URL, it's a capability you can hand to Claude or ChatGPT, which changes what's worth building: less UI, more useful actions. It also puts Lovable alongside the growing list of platforms shipping MCP servers as a distribution channel, OpenArt and Magnific among them, treating AI assistants as the new browser.
How to enable it
Agent integrations are available now for any publicly published Lovable app. Enable them on your app, connect the generated server to your assistant of choice, and your app's actions show up in conversation. Details are in the announcement.
Sources: Lovable Blog.