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:
- Analyze your website
- Identify your ideal customer profile
- Find relevant leads via Apollo
- Generate personalized emails
- Send with proper deliverability
- Report results to you
What's Next?
- Sales Outreach Documentation - Full API reference
- API Reference - Direct API access