Claude Integration
Connect distribute to Claude and launch campaigns from Anthropic's AI assistant.
Supported Claude Clients
- Claude.ai - Anthropic's web interface
- Claude Desktop - Desktop application
- Claude Code - Coding assistant CLI
Claude.ai Setup
- Open Settings (bottom of sidebar)
- Scroll to Integrations
- Click Add more
- Enter the integration details:
- Integration name: distribute
- Integration URL:
https://mcp.distribute.you/mcp
- Save and enable the integration
- In new chats, make sure to enable the distribute tools
Claude Desktop Setup
Edit the configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mcpfactory": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.distribute.you/mcp"],
"env": {
"MCP_HEADERS": "Authorization:Bearer YOUR_API_KEY"
}
}
}
}Restart Claude Desktop after saving.
Claude Code Setup
Add distribute using the CLI:
claude mcp add mcpfactory --transport http https://mcp.distribute.you/mcpThen configure your API key, or set the MCPFACTORY_API_KEY environment variable.
Test Your Connection
Ask Claude:
"Check my MCPFactory connection status"Available Tools
| Tool | Description |
|---|---|
mcpfactory_status | Check connection and configuration |
mcpfactory_create_campaign | Launch a cold email campaign |
mcpfactory_list_campaigns | List all your campaigns |
mcpfactory_stop_campaign | Stop a running campaign |
mcpfactory_resume_campaign | Resume a stopped campaign |
mcpfactory_campaign_stats | Get campaign performance metrics |
mcpfactory_list_brands | List all your brands |
mcpfactory_suggest_icp | Suggest ideal customer profile for a brand URL |
Example Prompts
Launch a Campaign
"Launch a cold email campaign for mybrand.com
targeting CTOs at SaaS companies with 50-200 employees.
Budget: $10/day max. Run for 5 days as a trial."Check Campaign Status
"What's the status of my sales campaign?
How many emails sent, opened, and replied?"Troubleshooting
MCP tools not appearing
- For Claude.ai: Make sure you enabled the tools in the chat
- For Claude Desktop: Restart the app after config changes
- Verify the MCP URL is correct
Authorization errors
- Check your API key is valid
- Ensure the Bearer token format is correct
- Verify at dashboard.distribute.you/api-keys