Quick Start

Get up and running with MCP Factory in 5 minutes.

1. Create an Account

Go to dashboard.mcpfactory.org/sign-up and create your account.

2. Get Your API Key

In the dashboard, go to API Key and copy your MCP Factory API key. This key identifies you across all MCPs.

3. Configure BYOK Keys

Go to Sales Outreach in the sidebar and add your BYOK keys:

  • OpenAI - For AI-powered email generation
  • Apollo - For lead finding and enrichment
  • Resend - For email sending

4. Install the MCP

Add to your Claude Desktop or Cursor config:

{
  "mcpServers": {
    "sales-outreach": {
      "command": "npx",
      "args": ["@mcpfactory/sales-outreach"],
      "env": {
        "MCPFACTORY_API_KEY": "mcpf_your_key_here"
      }
    }
  }
}

5. Launch Your First Campaign

In Claude or Cursor, just say:

"Launch a cold email campaign for mybrand.com, $10/day budget, 5 days trial"

That's it! The MCP will:

  1. Analyze your website
  2. Identify your ideal customer profile
  3. Find relevant leads via Apollo
  4. Generate personalized emails
  5. Send with proper deliverability
  6. Report results to you

What's Next?