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 Claude, ChatGPT, Gemini, Grok, Copilot, Cursor, and any MCP-compatible client to manage your email campaigns, contacts, and automations using natural language.
Mailsoftly is listed in the Claude directory: one click to connect, OAuth sign-in, sending as a separate permission. How it works.
One hosted server for every assistant and coding tool that speaks Model Context Protocol. Setup and the tool list.
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"
}
}
}
}