Connect Claude
Set up Claude Desktop or Claude Code with HeyWarmLead via MCP.
What You'll Need
- Claude Desktop app or Claude Code CLI
- A HeyWarmLead account (sign up free at heywarmlead.com)
Claude Desktop Setup
1
Install Claude Desktop
Download and install Claude Desktop, then enable MCP in settings.
2
Add MCP Configuration
Add the following to your Claude MCP config:
{
"mcpServers": {
"heywarmlead": {
"url": "https://heywarmlead.com/api/v1/mcp"
}
}
}3
Restart and Start Managing
Restart Claude and start managing your warm leads!
Using with Claude Code
For Claude Code CLI, add the following to your project's .mcp.json:
{
"mcpServers": {
"heywarmlead": {
"url": "https://heywarmlead.com/api/v1/mcp"
}
}
}