loading…
Search for a command to run...
loading…
Multi-agent sales email generation server that creates, evaluates, and sends personalized sales emails via SendGrid, using AI to craft diverse email styles and
Multi-agent sales email generation server that creates, evaluates, and sends personalized sales emails via SendGrid, using AI to craft diverse email styles and select the best one.
AI-powered multi-agent sales email generation system for Claude Desktop and Cursor.
uvx - no local setup neededmacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows (PowerShell as Administrator):
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Verify installation:
uvx --version
Open Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd this configuration (replace with your API keys):
{
"mcpServers": {
"sales-agent": {
"command": "uvx",
"args": ["sales-agent-mcp@latest"],
"env": {
"OPENAI_API_KEY": "sk-your-openai-api-key-here",
"SENDGRID_API_KEY": "SG.your-sendgrid-api-key-here",
"SENDER_EMAIL": "[email protected]",
"RECIPIENT_EMAILS": "[email protected],[email protected]"
}
}
}
}
That's it! No installation, no Python, no terminal commands needed.
~/.cursor/mcp.jsonIn Claude Desktop or Cursor, simply ask:
Generate a sales campaign for our AI code review tool that integrates
with GitHub. Target audience is CTOs at Series A-B startups in fintech.
Claude will automatically:
sk-)SG.)generate_sales_campaignGenerate complete email campaign with AI evaluation.
Example:
Generate a sales campaign for [your product] targeting [your audience]
send_sales_emailFormat and send email via SendGrid.
Example:
Send this email: [paste email text]
generate_email_subjectGenerate compelling subject line for any email.
Example:
Generate a subject line for this email: [paste email body]
convert_email_to_htmlConvert plain text to professional HTML.
Example:
Convert this email to HTML: [paste plain text]
"spawn uvx ENOENT" error
Solution: Install uvx (see Step 1 above) Still broken?: Restart your terminal/computer after installation
"Configuration Error" in Claude
Solution: Double-check your API keys in the config file Common issue: Make sure sender email is verified in SendGrid
Emails not sending
Solution: Verify your sender email in SendGrid settings Check: Make sure RECIPIENT_EMAILS are valid
"OpenAI API Key not configured"
Solution: Check that your API key starts with sk- Verify: Key is in Claude Desktop config under env
Generate a sales campaign for our AI-powered code review assistant
that catches bugs before production. Target CTOs at Series A startups
in the fintech space who care about code quality and developer velocity.
Send this email to prospects:
Hi {{name}},
I noticed your team is growing fast. Our AI code review tool
helps teams like yours catch 80% of bugs before they hit production...
[rest of email]
Generate a subject line for this email: [paste email body]
Having issues? Need help?
MIT License - see LICENSE file for details.
Built with:
After successful setup, try these prompts:
Have fun automating your sales outreach! 🚀
Run in your terminal:
claude mcp add sales-agent -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.