> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lovable

> Lovable is an AI platform that allows you to create apps and websites. You can build applications in Lovable based on your Connect AI data.

## Prerequisites

Before you can configure and use Lovable with Connect AI, you must first do the following:

* Ensure you are on a Business or Enterprise plan with Lovable.

* Connect a data source to your Connect AI account. See [Sources](/en/Sources) for more information.

## Connect Lovable to the Connect AI MCP

<Steps>
  <Step>
    In Lovable, navigate to **Settings** > **Connectors** > **Personal Connectors**.
  </Step>

  <Step>
    Find **New MCP server** and click **Set up**.

    <Frame>
      <img src="https://mintcdn.com/cdata/6FDv4aMDihHt3ws_/en/images/lovable_client_newmcp.png?fit=max&auto=format&n=6FDv4aMDihHt3ws_&q=85&s=48e62cd1a98efd50a5c98cd6d43564d3" alt="New MCP server" width="986" height="386" data-path="en/images/lovable_client_newmcp.png" />
    </Frame>
  </Step>

  <Step>
    Enter the following setup details:

    * **Server Name**–enter your user-defined server name, such as *Custom MCP server*.
    * **Server URL**–enter *[https://mcp.cloud.cdata.com/mcp](https://mcp.cloud.cdata.com/mcp)*.
    * **Authentication**–select **OAuth**.
  </Step>

  <Step>
    Authenticate using your CData Connect AI account email (such as [user@cdata.com](mailto:user@cdata.com)) and password. Once authentication is successful, your available CData connectors appear in the connectors list.
  </Step>

  <Step>
    Click **Manage Permissions** to set permissions for the tools exposed by the MCP server.

    <Frame>
      <img src="https://mintcdn.com/cdata/6FDv4aMDihHt3ws_/en/images/lovable_client_permissions.png?fit=max&auto=format&n=6FDv4aMDihHt3ws_&q=85&s=4091d9e83288c027b603d64e64553609" alt="Manage permissions" width="978" height="261" data-path="en/images/lovable_client_permissions.png" />
    </Frame>
  </Step>

  <Step>
    You can now run a test prompt to make sure Lovable is successfully communicating with the CData MCP Server. For example, enter the prompt ***List all MCP tools.*** The output returns a list of tools, such as `getCatalogs`, `queryData`, and others.
  </Step>

  <Step>
    You can now query your connected data source(s) in Connect AI using natural language prompts, such as ***Get all data from the Dnd table from the Slack connection*** or ***Get the top 10 records from the Automations table from the MailChimp connection***.

    <Frame>
      <img src="https://mintcdn.com/cdata/6FDv4aMDihHt3ws_/en/images/lovable_client_prompt.png?fit=max&auto=format&n=6FDv4aMDihHt3ws_&q=85&s=b1f041715ef60c389144f2baf51462cb" alt="Sample Lovable prompt" width="2101" height="1015" data-path="en/images/lovable_client_prompt.png" />
    </Frame>

    <Note>
      For a list of prompt ideas, see CData's [prompt library](https://www.cdata.com/solutions/mcp/prompt-library/).
    </Note>
  </Step>
</Steps>
