Mailsoftly provides an MCP (Model Context Protocol) server for AI-powered email marketing. Connect Claude Desktop, Cursor, or any MCP client to manage contacts, send campaigns, and automate workflows using natural language.
Connect AI tools like ChatGPT, Gemini, Grok, Copilot, Cursor, and any MCP-compatible client to manage your email campaigns, contacts, and automations using natural language.
Connect Mailsoftly to AI coding tools via Model Context Protocol. Manage email marketing with natural language.
Use Mailsoftly's OpenAPI spec with ChatGPT GPT Actions for AI-powered email campaign management.
Import the OpenAPI spec as a Vertex AI Extension to manage email marketing via Gemini.
Use Mailsoftly's API with Grok's tool-use and function calling capabilities.
Copilot discovers Mailsoftly's API via llms.txt and OpenAPI spec for code generation.
All Mailsoftly email marketing API endpoints available — contacts, lists, tags, emails, automations, and more.
{
"mcpServers": {
"mailsoftly": {
"command": "node",
"args": ["/path/to/mailsoftly/mcp-server/build/index.js"],
"env": {
"API_KEY_API_KEY": "your-mailsoftly-api-key"
}
}
}
}