Connect Data Parrot MCP to Claude
Connect Data Parrot MCP to Anthropic's Claude.ai, Claude Desktop, or Claude Code.
Choose your Claude tool
| Claude tool | Setup path |
|---|---|
| Claude.ai | Add a custom connector from Customize → Connectors on the Claude website. |
| Claude Desktop | Add a custom connector from Customize → Connectors, or use the connector already added in Claude.ai. |
| Claude Code | Add the server with claude mcp add, then authenticate in your browser. |
claude mcp add, then authenticate in your browser.Connect Data Parrot MCP to Claude.ai
- Open claude.ai.
- Open Customize → Connectors.
- Select +, then Add custom connector.
- Enter Data Parrot as the connector name.
- Paste
https://api-v3.dataparrot.ai/api/v3/data-parrot/mcpas the server URL. - Select Add, then Connect.
- Sign in with HubSpot and review the requested Data Parrot access.
You are connected when Data Parrot appears as connected in Customize → Connectors.
To use Data Parrot in a conversation, open the + menu next to the message box, select Connectors, and turn on Data Parrot.
Connect Data Parrot MCP to Claude Desktop
Claude shares remote connectors between Claude.ai and Claude Desktop. If you already added Data Parrot in Claude.ai, open the + menu in a Claude Desktop conversation, select Connectors, and turn on Data Parrot. Otherwise:
- Open Claude Desktop, then open Customize → Connectors.
- Select +, then Add custom connector.
- Enter Data Parrot as the connector name.
- Paste
https://api-v3.dataparrot.ai/api/v3/data-parrot/mcpas the server URL. - Select Add, then Connect.
- Sign in with HubSpot and review the requested Data Parrot access.
You are connected when Data Parrot appears as connected in Customize → Connectors.
To use Data Parrot in a conversation, open the + menu next to the message box, select Connectors, and turn on Data Parrot.
Connect Data Parrot MCP to Claude Code
Run this command in your terminal:
claude mcp add --transport http data-parrot --scope user \
https://api-v3.dataparrot.ai/api/v3/data-parrot/mcpThen:
- Start Claude Code with
claude. - Run
/mcp. - Select data-parrot and start authentication.
- Sign in with HubSpot in your browser.
- Return to Claude Code and confirm that the server is connected.
See Anthropic's Claude Code MCP documentation for current commands and authentication behavior.
Troubleshoot a Claude connection
| What you see | What to do |
|---|---|
| Claude.ai or Claude Desktop does not show Add custom connector | Ask your Claude workspace owner to enable custom connectors or add Data Parrot for you. |
| Data Parrot is connected but unavailable in a conversation | Open the + menu, select Connectors, and turn on Data Parrot for that conversation. |
| Claude Code says authentication is required | Run /mcp, select data-parrot, and start authentication. |
/mcp, select data-parrot, and start authentication.See Anthropic's custom connector guide for current Claude.ai and Claude Desktop setup instructions.
Disconnect Data Parrot from Claude
- Claude.ai or Claude Desktop: Open Customize → Connectors, find Data Parrot, and select Remove or Disconnect.
- Claude Code: Run
claude mcp remove data-parrot.