Connect Data Parrot MCP to Grok
Connect Data Parrot MCP to xAI's Grok through Grok.com or Grok CLI.
Choose your Grok tool
| Grok tool | Setup path |
|---|---|
| Grok.com | Add a custom connector from grok.com/connectors. |
| Grok CLI | Add the server with grok mcp add, then authenticate in your browser. |
Grok tool
Setup path
Add a custom connector from grok.com/connectors.
Grok tool
Setup path
Add the server with
grok mcp add, then authenticate in your browser.Connect Data Parrot MCP to Grok.com
- Open grok.com/connectors.
- Select New Connector, then Custom.
- Enter Data Parrot as the connector name if Grok asks for one.
- Paste
https://api-v3.dataparrot.ai/api/v3/data-parrot/mcpas the server URL. - Add the connector and sign in with HubSpot.
- Turn on Data Parrot in a Grok conversation.
After sign-in completes, Data Parrot appears on the Grok Connectors page.
If you cannot add a connector, ask your Grok workspace admin to enable custom connectors or add Data Parrot for you. See xAI's custom connector guide for current setup instructions.
Connect Data Parrot MCP to Grok CLI
Run this command in your terminal:
grok mcp add --transport http data-parrot \
https://api-v3.dataparrot.ai/api/v3/data-parrot/mcpStart Grok and sign in with HubSpot when prompted. To start authentication manually, run grok, enter /mcps, select data-parrot, and press i.
If the connection fails, run:
grok mcp doctor data-parrotSee xAI's Grok MCP server guide for current commands.
Troubleshoot a Grok connection
| What you see | What to do |
|---|---|
| Grok.com does not let you add the connector | Ask your Grok workspace admin to enable custom connectors or add Data Parrot for you. |
| Grok CLI says authentication is required | Run grok, open /mcps, select data-parrot, and press i to start authentication. |
| Grok CLI cannot connect to Data Parrot | Run grok mcp doctor data-parrot and review the reported connection problem. |
What you see
Grok.com does not let you add the connector
What to do
Ask your Grok workspace admin to enable custom connectors or add Data Parrot for you.
What you see
Grok CLI says authentication is required
What to do
Run
grok, open /mcps, select data-parrot, and press i to start authentication.What you see
Grok CLI cannot connect to Data Parrot
What to do
Run
grok mcp doctor data-parrot and review the reported connection problem.Disconnect Data Parrot from Grok
- Grok.com: Open grok.com/connectors, find Data Parrot, and disconnect or remove it.
- Grok CLI: Run
grok mcp remove data-parrot.