MCP · Lovable

Connect Adlicio to Lovable.

Adlicio is a remote MCP server. Lovable accepts remote MCP servers by URL, so the connection is one paste and one sign-in. After that, the Lovable chat can search Reddit, scrape reviews from any supported public URL, and read the research already in your Adlicio account while it builds your app.

Adlicio MCP endpoint
https://mcp.tryadlicio.com/mcp

Setup

Where it lives: Project settings, Integrations, MCP servers.

  1. 01Open the project and go to Project Settings, then Integrations, then MCP Servers.
  2. 02Click Add Server. Name it Adlicio and paste https://mcp.tryadlicio.com/mcp.
  3. 03Keep OAuth as the auth method. Lovable opens the Adlicio sign-in; approve it once.
  4. 04Back in the chat, type a prompt that names Adlicio. The chat connector runs the tool and keeps the result in context.

The server handles dynamic client registration, so there is no client id or secret to request. Any Adlicio plan can connect; the tools each call is allowed to run follow your plan, see the tool reference.

What the connection reaches

Lovable calls this a chat connector: it feeds the build chat while you iterate. The app you ship does not call Adlicio on its own. For live data inside the app, use the export API below.

Need Adlicio data inside the app you ship?

MCP feeds the builder while it works. For data at runtime, have your app call the export API with an Adlicio API key (All Access). Store the key as a server-side secret in Lovable, never in client code.
Export API
curl https://tryadlicio.com/api/v1/export/comments \
  -H "Authorization: Bearer adl_your_api_key"

Endpoints, filters, and pagination are in the REST API docs.

Prompts that work on day one

Steps checked against the Lovable docs. If Lovable moves a menu, the endpoint above still works anywhere it asks for a remote MCP URL.

Other builders: Base44, Bolt.new, Replit, v0 by Vercel. Claude, ChatGPT, and Cursor are in the MCP docs.