smaertlead mcp server for Campaign
Smartlead MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. smaertlead mcp server for Campaign.
This is a Model Context Protocol (MCP) server for Smartlead campaign management integration. It provides tools for creating and managing campaigns, updating campaign settings, and managing campaign sequences.
Once Smartlead is connected, these are the calls the assistant has available:
smartlead_create_campaign — The smartlead_create_campaign tool exposed by this serversmartlead_update_campaign_schedule — The smartlead_update_campaign_schedule tool exposed by this serversmartlead_update_campaign_settings — The smartlead_update_campaign_settings tool exposed by this serversmartlead_get_campaign — The smartlead_get_campaign tool exposed by this serversmartlead_list_campaigns — The smartlead_list_campaigns tool exposed by this serversmartlead_save_campaign_sequence — Save a sequence of emails for a campaign with A/B testing variantssmartlead_get_campaign_sequence — The smartlead_get_campaign_sequence tool exposed by this serversmartlead_update_campaign_sequence — The smartlead_update_campaign_sequence tool exposed by this serversmartlead_delete_campaign_sequence — The smartlead_delete_campaign_sequence tool exposed by this serversmartlead_add_email_account_to_campaign — The smartlead_add_email_account_to_campaign tool exposed by this serversmartlead_add_lead_to_campaign — The smartlead_add_lead_to_campaign tool exposed by this serversmartlead_update_lead_in_campaign — The smartlead_update_lead_in_campaign tool exposed by this serverYou will need 2 environment variables: SMARTLEAD_API_KEY, SMARTLEAD_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Smartlead's toolset — smartlead_create_campaign, smartlead_update_campaign_schedule, smartlead_update_campaign_settings and 10 more — is a fair guide to whether it matches your workflow. It is maintained by lkm1developer; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Smartlead's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| smartlead_create_campaign | The smartlead_create_campaign tool exposed by this server. |
| smartlead_update_campaign_schedule | The smartlead_update_campaign_schedule tool exposed by this server. |
| smartlead_update_campaign_settings | The smartlead_update_campaign_settings tool exposed by this server. |
| smartlead_get_campaign | The smartlead_get_campaign tool exposed by this server. |
| smartlead_list_campaigns | The smartlead_list_campaigns tool exposed by this server. |
| smartlead_save_campaign_sequence | Save a sequence of emails for a campaign with A/B testing variants. |
| smartlead_get_campaign_sequence | The smartlead_get_campaign_sequence tool exposed by this server. |
| smartlead_update_campaign_sequence | The smartlead_update_campaign_sequence tool exposed by this server. |
| smartlead_delete_campaign_sequence | The smartlead_delete_campaign_sequence tool exposed by this server. |
| smartlead_add_email_account_to_campaign | The smartlead_add_email_account_to_campaign tool exposed by this server. |
| smartlead_add_lead_to_campaign | The smartlead_add_lead_to_campaign tool exposed by this server. |
| smartlead_update_lead_in_campaign | The smartlead_update_lead_in_campaign tool exposed by this server. |
| smartlead_delete_lead_from_campaign | The smartlead_delete_lead_from_campaign tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| SMARTLEAD_API_KEY | Credential the server authenticates with. | Yes |
| SMARTLEAD_API_URL | Endpoint or connection string the server talks to. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.