What is an MCP registry?
MCP (Model Context Protocol) is an open standard that lets AI tools like Lovable talk to external services. An MCP registry is a directory server that lists MCP servers, following the MCP community’s registry specification. Companies use registries to publish the set of servers their teams should use, and public registries list servers anyone can connect to. Lovable does not provide a built-in registry or a curated catalog. You bring your own: point Lovable at any registry endpoint you choose, whether that is your company’s internal registry or a public one.Prerequisites
To use MCP registries, you need:- Chat connectors enabled for your workspace. If a workspace admin has turned off Remote MCP connectors in Privacy & security, the MCP registries section does not appear. See Chat connector controls for all related settings.
- A workspace owner or admin role to add, edit, or remove registries.
- An editor role or above to connect a server from a registry. Any workspace member can browse a registry’s servers, but viewers and collaborators can’t connect.
- The registry’s URL and, for authenticated registries, its bearer token.
Add a registry
To add a registry:1
Open the MCP registries section
Open Connectors and scroll to the bottom of the page. The MCP registries section sits below the connector grid. See Where to find connectors for every place you can open this view.
2
Add the registry
Select Add registry and fill in the form:
- Registry URL: the registry endpoint, for example
https://api.example.com/v0/servers. - Display name: an optional name for the registry’s card.
- Bearer token: only needed for registries that require authentication. A bearer token is the only way to authenticate a registry itself. The servers you connect from it support more options, described below.
3
Connect
Select Connect. The registry appears as a card in the MCP registries section, showing its name, URL, and how many servers from it are connected.
Browse and connect servers
When a registry is added, browse its servers from the registry card and connect the ones you need:1
Browse the registry
On a registry’s card, select Browse + add server, then search or scroll the list. Each server shows its name and description.
2
Connect a server
Select Connect next to a server. Lovable opens the MCP server dialog with the server’s URL filled in.
3
Choose authentication
- OAuth (default): Lovable uses OAuth by default. After you click Add & authorize, you’re prompted to authorize.
- Bearer token or API key: For servers that don’t support OAuth, authenticate with a bearer token or API key.
- No authentication: Connect without credentials if the server doesn’t require authentication.
4
Add the server
Click Add & authorize (OAuth) or Add server. The server now appears in your list of chat connectors and can provide contextual data for builds.
Adding a registry and browsing it is free. Using a connected server’s tools in chat consumes credits the same way as any other chat connector.
Edit or remove a registry
To change a registry’s URL, display name, or bearer token, select the pencil icon on its card. To remove a registry, select the trash icon on its card. Removing a registry does not remove the servers members already connected. Those connections keep working as standalone connections, and re-adding the registry links them to it again.FAQ
Does Lovable provide a default registry?
Does Lovable provide a default registry?
No. A new workspace has no registries. A workspace owner or admin adds the registries your team should use.
Do my teammates get the servers I connect?
Do my teammates get the servers I connect?
No. The registry is shared with the workspace, but connections are personal. Each member connects a server with their own account and credentials.
What happens to connected servers when a registry is removed?
What happens to connected servers when a registry is removed?
They keep working as standalone connections. Removing a registry only removes the directory listing, not the connections made from it.
How is this different from adding a custom MCP server?
How is this different from adding a custom MCP server?
Connecting a server from a registry opens the same MCP server dialog you use to add a custom MCP server, with the URL already filled in. The difference is where the server comes from: a registry gives your workspace one shared, admin-managed list of servers to pick from, instead of each member finding and entering server URLs themselves.