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

  1. Open Settings (bottom of sidebar)
  2. Scroll to Integrations
  3. Click Add more
  4. Enter the integration details:
    • Integration name: distribute
    • Integration URL: https://mcp.distribute.you/mcp
  5. Save and enable the integration
  6. 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/mcp

Then configure your API key, or set the MCPFACTORY_API_KEY environment variable.

Test Your Connection

Ask Claude:

"Check my MCPFactory connection status"

Available Tools

ToolDescription
mcpfactory_statusCheck connection and configuration
mcpfactory_create_campaignLaunch a cold email campaign
mcpfactory_list_campaignsList all your campaigns
mcpfactory_stop_campaignStop a running campaign
mcpfactory_resume_campaignResume a stopped campaign
mcpfactory_campaign_statsGet campaign performance metrics
mcpfactory_list_brandsList all your brands
mcpfactory_suggest_icpSuggest 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

Next Steps