Cakemail Connector for AI agents.
10 live capabilities
Manage email marketing campaigns and subscriber lists through natural conversation.
Waiting for input…
Why people use Cakemail
Cakemail : Automating Email Marketing Tasks
With this Connector, you just ask your agent. You can check your campaign statuses, pull analytics logs, or add new leads to a list using plain English. It moves the work from your mouse to your voice, letting you stay in your flow.
What Vinkius changes
That you stop clicking through menus and start getting marketing answers through conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Post-Event Lead Dump
A business owner gets 50 new emails from a trade show and asks the agent to use create_contact to add them all to the 'Leads' list.
- Real-world use case 02
The Campaign Status Check
A marketer wants to know if the 'March Sale' went out and asks the agent to use list_campaigns to check the status.
- Real-world use case 03
The Subscriber Audit
A user wants to know how many people are in the 'VIP' list and asks the agent to use get_contact_list to pull the metadata.
Complete set · 10capabilities
The complete Cakemail capability set.
These are the exact actions your AI can choose when you ask it to work with Cakemail.
01—04
4 capabilities in this set.
Part of 10 available through Cakemail.
- 01 Capability
Create campaign
Create a new email campaign. This lets you set up your next newsletter or promotional blast instantly.
- 02 Capability
Create contact
Add a contact to a list. This helps you populate your audience without manual entry.
- 03 Capability
Create contact list
Create a new contact list. Use this to organize different segments of your audience.
- 04 Capability
Get account info
Retrieve core account information. This gives your agent a clear picture of your current profile.
05—07
3 capabilities in this set.
Part of 10 available through Cakemail.
- 05 Capability
Get analytics
Retrieve recent analytics logs. This lets you see how your recent emails actually performed.
- 06 Capability
Get campaign
Get details of a specific campaign. Use this to check the status or subject of a single blast.
- 07 Capability
Get contact list
Get details of a specific contact list. This provides metadata like total contact counts for a specific group.
08—10
3 capabilities in this set.
Part of 10 available through Cakemail.
- 08 Capability
List campaigns
List all email campaigns. Use this to see every past and present campaign in your account.
- 09 Capability
List contacts
List contacts in a specific list. This helps you see exactly who is subscribed to a particular group.
- 10 Capability
List contact lists
List all contact lists. Use this to get an overview of all your different audience segments.
Set up in minutes
One URL. Then ask Cakemail to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cakemail from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cakemail, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cakemail for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cakemail URL.
- Step 03
Save and start
Save the connection and enable Cakemail in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cakemail": {
"url": "https://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cakemail
Open Agent mode in chat and ask: "Using Cakemail, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cakemail": {
"url": "https://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cakemail
Ask Copilot: "Using Cakemail, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cakemail": {
"url": "https://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cakemail
Open Cascade and ask: "Using Cakemail, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cakemail": {
"url": "https://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cakemail
Ask Cline: "Using Cakemail, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cakemail --transport http "https://edge.vinkius.com/vk_preview_7bfz1VJiVdzaAM8LcNB1yfZYt08lsevRbhAAFRWP/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cakemail
Ask Claude: "Using Cakemail, show me...". 10 tools are ready
Where the request belongs
Work Cakemail can move forward.
For the marketing manager who is tired of manual data entry and the small business owner who needs to see campaign results without logging into three different dashboards.
Email Marketer
Checking subscriber counts and campaign statuses during a busy launch week to keep things moving.
Small Business Owner
Quickly adding new leads to a newsletter list after a local event without opening a laptop.
Marketing Developer
Integrating list management tasks into a custom internal workflow using natural language commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMailingwork
Execute professional email marketing campaigns with advanced segmentation, A/B testing, and GDPR-compliant list management.
Benchmark Email
Automate email marketing via Benchmark Email. manage contacts, lists, and campaigns directly from any AI agent.
Envoke Marketing
Equip your AI agent to manage email campaigns, track contact lists, and monitor performance via the Envoke API.
Maildroppa
Grow your email list and send targeted campaigns with a simple email marketing platform designed for solopreneurs and creators.
EmailOctopus
Send beautiful email campaigns at a fraction of the cost with a platform built for startups and growing businesses.
SendPulse
Manage email marketing and automation via SendPulse. handle mailing lists, manage contacts, and track campaigns directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Cakemail connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Cakemail.
The practical details behind the request, access and result.
Can I use Cakemail MCP to send emails?
Yes, you can use it to create new campaigns and manage your lists, which are the core steps for sending emails. It handles the setup and organization of your marketing blasts.
How do I add new subscribers with Cakemail MCP?
You can just tell your AI agent to add a specific email address to a list. It will use the capability to put that contact into the correct segment for you.
Can I see my campaign stats?
Yes, the Connector allows your agent to pull recent analytics logs. You can ask for a summary of how your last few emails performed.
Does Cakemail MCP work with Claude?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just need to connect your Cakemail API token.
Can I create new lists?
Absolutely. You can ask your agent to create a new contact list and name it whatever you want, like 'VIP Customers' or 'Event Leads'.
Is my data safe?
This Connector uses your Cakemail API token to perform actions. It doesn't store your data; it just lets your AI agent communicate with your account securely.
Can I check the total number of contacts in a list using the agent?
Yes! Use the get_contact_list capability with the List ID. Your agent will fetch the detailed metadata, which includes the total_contacts field for that specific list.
How do I add a new contact to an existing list?
Simply ask the agent to create_contact and provide the List ID and the email address. The contact will be added to your Cakemail list instantly.
Does the integration allow creating a new campaign?
Yes. Use the create_campaign action and provide the name and subject. Your agent will create the campaign in your Cakemail account, allowing you to finalize the content later.
One connection away
Give your agent a direct line to Cakemail.
Connect Cakemail once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available