productivity
Lemlist MCP, CLI, and Lua Integration for AI Agents
Lemlist integration docs for AI agents: MCP gateway setup, Lemlist CLI commands, Lua API reference, credentials, and function schemas.Lemlist for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
lemlist.lemlist_list_campaigns | Read read | 3 | List all outreach campaigns in Lemlist. Returns campaign IDs, names, statuses, and other metadata. |
lemlist.lemlist_get_campaign | Read read | 1 | Get details of a specific Lemlist campaign by ID. Returns the full campaign configuration and statistics. |
lemlist.lemlist_list_leads | Read read | 4 | List leads in a specific Lemlist campaign. Returns lead contact information, email status, and campaign progress. |
lemlist.lemlist_add_lead | Write write | 8 | Add a lead to a Lemlist campaign. The lead will be queued for outreach according to the campaign schedule. |
lemlist.lemlist_list_teams | Read read | 0 | List all teams in the Lemlist account. Returns team names, member lists, and configuration. |
lemlist.lemlist_list_subaccounts | Read read | 0 | List all sub-accounts in Lemlist. Returns sub-account names, statuses, and usage details. |
lemlist.lemlist_get_current_user | Read read | 0 | Get the profile of the currently authenticated Lemlist user. Returns name, email, plan, and account details. |