---
title: "Connect the Data Parrot MCP Server to Google Antigravity"
description: "Connect the Data Parrot MCP Server to the Google Antigravity app or Antigravity CLI."
canonicalUrl: "https://dataparrot.ai/docs/mcp/connect/antigravity"
markdownUrl: "https://dataparrot.ai/md/docs/mcp/connect/antigravity"
pageType: "docs"
lastUpdated: "2026-09-16"
primaryQueries:
  - "Connect the Data Parrot MCP Server to Google Antigravity"
  - "Connect the Data Parrot MCP Server to the Google Antigravity app or Antigravity CLI."
---

URL: https://dataparrot.ai/docs/mcp/connect/antigravity

[Data Parrot MCP Server](https://dataparrot.ai/docs/mcp)[AI Tool Setup](https://dataparrot.ai/docs/mcp/connect)

# Connect the Data Parrot MCP Server to Google Antigravity

Connect the Data Parrot MCP Server to the Google Antigravity app or Antigravity CLI.

Last updated September 16, 2026

Connect from the [Google Antigravity app](#connect-the-data-parrot-mcp-server-to-the-google-antigravity-app) or [Antigravity CLI](#connect-the-data-parrot-mcp-server-to-google-antigravity-cli).

Before you start, you need a [Data Parrot Pro or Max workspace](https://dataparrot.ai/signup).

## Connect the Data Parrot MCP Server to the Google Antigravity app

1.  ### Open the MCP configuration

    In the agent side panel, select **… → MCP Servers → Manage MCP Servers → View raw config**.

2.  ### Add Data Parrot

    Add the following configuration:

    ```
    {
      "mcpServers": {
        "data-parrot": {
          "disabled": false,
          "serverUrl": "https://api-v3.dataparrot.ai/api/v3/data-parrot/mcp"
        }
      }
    }
    ```

    If the file already contains MCP servers, add the `data-parrot` entry inside its existing `mcpServers` object instead of replacing the entire file.

3.  ### Authenticate Data Parrot

    Open **Agent Settings → Customizations** and select **Authenticate** beside Data Parrot. Complete the Data Parrot sign-in in your browser, copy the authorization code, paste it into Antigravity, then select **Submit**.

4.  ### Confirm the connection

    Data Parrot reconnects automatically after authentication. Confirm it appears as connected in the Installed MCP Servers list.


## Connect the Data Parrot MCP Server to Google Antigravity CLI

1.  ### Add Data Parrot

    Run this command in your terminal:

    Antigravity CLI setup command

    `agy mcp add data-parrot https://api-v3.dataparrot.ai/api/v3/data-parrot/mcp`

    Antigravity CLI adds the remote HTTP server to its global MCP configuration.

2.  ### Open the MCP manager

    Start Antigravity CLI, enter `/mcp`, and press **Enter** to open the MCP server manager. Reload the server configuration if Data Parrot does not appear.

3.  ### Authenticate Data Parrot

    Start authentication for Data Parrot, complete the Data Parrot sign-in in your browser, copy the authorization code, paste it back into Antigravity, then select **Submit**.

4.  ### Confirm the connection

    Confirm Data Parrot shows as connected in the MCP server manager.


## Troubleshoot a Google Antigravity connection

| What you see | What to do |
| --- | --- |
| Data Parrot does not appear | Confirm the server URL is set with serverUrl, not url or httpUrl. Then reload the MCP configuration. |
| Antigravity asks for OAuth client credentials | Leave them unset. Data Parrot supports dynamic client registration. |
| Data Parrot does not reconnect after sign-in | Open the MCP server manager, reload the configuration, and start authentication again. |

## Disconnect Data Parrot from Google Antigravity

-   **Google Antigravity app:** Open **Agent Settings → Customizations**, find Data Parrot, then disable or remove it.
-   **Antigravity CLI:** Run:

Antigravity CLI remove command

`agy mcp remove data-parrot`

## Related guides

-   [Choose another AI tool](https://dataparrot.ai/docs/mcp/connect)
-   [Try a Data Parrot sales prompt](https://dataparrot.ai/docs/mcp/prompts)
-   [Data Parrot MCP Server overview](https://dataparrot.ai/docs/mcp)
-   [Contact Data Parrot support](https://dataparrot.ai/docs/support)

[Markdown version](https://dataparrot.ai/md/docs/mcp/connect/antigravity)

[

Cline

Previous Page

](https://dataparrot.ai/docs/mcp/connect/cline)[

Other Clients

Next Page

](https://dataparrot.ai/docs/mcp/connect/other-clients)