Email connectors

7 pre-built Email connectors — 86 MCP tools in all: Mailchimp, Brevo, Kit (ConvertKit). Paste your credentials and your agent can call them. No MCP server to write.

// search the catalog
⌘K
7connectors
86total MCP tools
0No credentials
7
Filter
Mailchimp
Email

Drive Mailchimp's Marketing API from any AI agent: audiences (lists), members, tags, campaigns, templates, segments and account info. 16 ready-to-use tools. Bearer-token auth with a datacenter-prefixed base URL.

16tools
Brevo
Email

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

14tools
Kit (ConvertKit)
Email

Drive Kit (formerly ConvertKit) — creator-focused email marketing — from any AI agent: subscribers, tags, forms, sequences, broadcasts, custom fields. 14 tools, v4 API with API-key Bearer auth.

14tools
SendGrid
Email

Send transactional and marketing emails via SendGrid's v3 API from any AI agent. 14 tools covering send, templates, stats, suppressions, contacts and marketing lists. Bearer-token auth, EU + Global datacenter support.

14tools
MA
MailerLite
Email

Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.

10tools
Loops
Email

Send transactional emails, fire product events and manage contacts in Loops (the modern product-email tool for SaaS) from any AI agent. 9 tools, Bearer-token auth.

9tools
OM
Omnisend
Email

Manage Omnisend (e-commerce marketing automation: contacts, campaigns, events, products, categories) from any AI agent. 9 tools, X-API-KEY auth.

9tools

Browse by category

Contribute/~30 min

Missing a connector? Add it in a JSON.

Every adapter is a single JSON file under packages/backend/src/adapters/. Copy one, swap endpoint and auth, open a PR — validated by parameterized tests at build time.

// adapters/de/my-adapter.json
{
  "slug": "my-erp",
  "name": "My ERP",
  "category": "erp",
  "authType": "BEARER_TOKEN",
  "tools": [/* ... */]
}