Automate cold email campaigns effortlessly with SmartLead MCP Server. Integrate with AI tools for streamlined communication. 🚀💻
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"smartlead-mcp-server": {
"command": "npx",
"args": [
"-y",
"win8428/smartlead-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add smartlead-mcp-server npx -y win8428/smartlead-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"smartlead-mcp-server": {
"command": "npx",
"args": [
"-y",
"win8428/smartlead-mcp-server"
]
}
}
}