Skip to content

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

Connect from the Google Antigravity app or Antigravity CLI.

Before you start, you need a Data Parrot Pro or Max workspace.

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 seeWhat to do
Data Parrot does not appearConfirm the server URL is set with serverUrl, not url or httpUrl. Then reload the MCP configuration.
Antigravity asks for OAuth client credentialsLeave them unset. Data Parrot supports dynamic client registration.
Data Parrot does not reconnect after sign-inOpen the MCP server manager, reload the configuration, and start authentication again.
What you see
Data Parrot does not appear
What to do
Confirm the server URL is set with serverUrl, not url or httpUrl. Then reload the MCP configuration.
What you see
Antigravity asks for OAuth client credentials
What to do
Leave them unset. Data Parrot supports dynamic client registration.
What you see
Data Parrot does not reconnect after sign-in
What to do
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
Markdown version