Skip to main content

🚀 Quickstart

Connect to the Lovable MCP server with Nango and call MCP tools in minutes. Lovable MCP uses OAuth 2.0 with a client ID metadata document (CIMD), so no app registration is required.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Lovable (MCP).
2

Authorize Lovable

Go to Connections -> Add Test Connection -> Authorize, then log in to Lovable. Later, you’ll let your users do the same directly from your app.
3

Call a Lovable MCP tool

Make your first MCP request (initialize handshake). Replace the placeholders below with your API key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API. ✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.

📚 Lovable (MCP) guides

Nango uses a client ID metadata document (CIMD) with Lovable’s MCP OAuth server — Lovable does not support classic dynamic client registration. You do not need to register an MCP application. Official resources: Lovable MCP Server