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
Open the MCP configuration
In the agent side panel, select … → MCP Servers → Manage MCP Servers → View raw config.
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-parrotentry inside its existingmcpServersobject instead of replacing the entire file.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.
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
Add Data Parrot
Run this command in your terminal:
Antigravity CLI setup commandagy mcp add data-parrot https://api-v3.dataparrot.ai/api/v3/data-parrot/mcpAntigravity CLI adds the remote HTTP server to its global MCP configuration.
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.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.
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. |
serverUrl, not url or httpUrl. Then reload the MCP configuration.Disconnect Data Parrot from Google Antigravity
- Google Antigravity app: Open Agent Settings → Customizations, find Data Parrot, then disable or remove it.
- Antigravity CLI: Run:
agy mcp remove data-parrotRelated guides
- Choose another AI tool
- Try a Data Parrot sales prompt
- Data Parrot MCP Server overview
- Contact Data Parrot support