distribute.you Claude Code Integration
Use distribute.you directly from Claude Code.
Connect
claude mcp add --transport http distribute https://mcp.distribute.you/mcp --header "Authorization: Bearer distrib.usr_YOUR_KEY"The server is hosted at https://mcp.distribute.you/mcp and speaks Streamable HTTP, so this registers a URL rather than installing anything. Claude Code then has the 6 distribute.you tools.
Verify
Ask Claude Code:
"Check my distribute.you connection"It calls the distribute_status tool and shows your user id and org id.
Usage
Describe what you want in natural language:
"Read acme.com, suggest who I should be targeting,
then show me what my running campaigns are costing"Claude Code will:
- Call
distribute_suggest_icpwith the website - Call
distribute_list_campaignsto find what is running - Call
distribute_campaign_statsfor each one
Creating a brand or launching a campaign is not one of these tools. That is a call to the REST API, or a signup in the dashboard.
Example prompts
- "Show me all my brands"
- "Which workflows can I run?"
- "Get the stats for campaign camp_abc123"
- "Read acme.com and tell me who to target"
- "Which of my campaigns stopped?"
All 6 tools
See the full Tools Reference for what each one does.