MoonMail Connector for AI agents.
11 live capabilities
Manage email marketing campaigns and subscriber lists from your chat interface.
Waiting for input…
Why people use MoonMail
MoonMail for Faster Email Marketing Automation
This Connector lets you do all of that from your AI client. You can talk to your agent to see how your last blast performed, create new mailing lists on the fly, or trigger a campaign while you're already in the middle of another task. You get the results in seconds without ever leaving your workspace.
What Vinkius changes
You can manage your entire email marketing stack through a chat interface instead of a web dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking performance
A marketer wants to know how a 'Summer Sale' email did.
- Real-world use case 02
Rapid list growth
A creator gets a new batch of signups and uses `add_recipient` to put them into the VIP list without opening a browser.
- Real-world use case 03
Emergency pause
A campaign has a broken link.
Complete set · 11capabilities
The complete MoonMail capability set.
These are the exact actions your AI can choose when you ask it to work with MoonMail.
01—04
4 capabilities in this set.
Part of 11 available through MoonMail.
- 01 Capability
Get campaign stats
Check performance metrics like open and click rates. It gives you a real-time pulse on your engagement.
- 02 Capability
Get campaign
Pull specific details for a single campaign. Use this to check the status of a specific email blast.
- 03 Capability
List group recipients
See who is currently in a specific subscriber group. This is useful for auditing your audience.
- 04 Capability
List campaigns
View all your mailing campaigns in one list. It provides a quick overview of your marketing history.
05—08
4 capabilities in this set.
Part of 11 available through MoonMail.
- 05 Capability
Get group
Fetch specific details for a subscriber group. This helps you understand the composition of your audience.
- 06 Capability
Pause campaign
Stop an active mailing campaign immediately. Use this to halt a blast if you spot an error.
- 07 Capability
List groups
Get a full list of all your subscriber groups. Use this to see how your audience is segmented.
- 08 Capability
Create campaign
Set up a new mailing campaign from scratch. This allows you to schedule your next newsletter quickly.
09—11
3 capabilities in this set.
Part of 11 available through MoonMail.
- 09 Capability
Send campaign
Trigger the delivery of a mailing campaign to your audience. This puts your content in front of your subscribers.
- 10 Capability
Add recipient
Put a new contact into a specific group. This automates the manual work of adding new leads.
- 11 Capability
Create group
Build a new subscriber group for a specific audience. Use this to organize your marketing segments.
Set up in minutes
One URL. Then ask MoonMail to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MoonMail 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_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MoonMail for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail URL.
- Step 03
Save and start
Save the connection and enable MoonMail in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"moonmail": {
"url": "https://edge.vinkius.com/vk_preview_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail
Open Agent mode in chat and ask: "Using MoonMail, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"moonmail": {
"url": "https://edge.vinkius.com/vk_preview_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail
Ask Copilot: "Using MoonMail, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"moonmail": {
"url": "https://edge.vinkius.com/vk_preview_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail
Open Cascade and ask: "Using MoonMail, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"moonmail": {
"url": "https://edge.vinkius.com/vk_preview_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail
Ask Cline: "Using MoonMail, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add moonmail --transport http "https://edge.vinkius.com/vk_preview_UYc1bMldApP4qrB6LAdMWKA7Lt6AAfUVUJu8Bmr4/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 MoonMail
Ask Claude: "Using MoonMail, show me...". 11 tools are ready
Where the request belongs
Work MoonMail can move forward.
This is for the solo content creator who's tired of manual list management or the growth marketer who needs to check campaign stats without leaving their workspace.
Content Creator
Sends out newsletters and manages audience segments without leaving their writing environment.
Growth Marketer
Monitors open rates and adds new leads to segments in real-time.
E-commerce Manager
Pauses campaigns or checks recipient lists during high-traffic sales.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSmaily
Manage email marketing campaigns, subscribers, and automations directly through Smaily.
Ecomail
Equip your AI agent to manage email campaigns, track subscribers, and monitor marketing automation via the Ecomail API.
Maileon
Manage email marketing contacts, mailings, and reporting via the Maileon REST API.
Inbox (useinbox.com)
Manage email campaigns, contact lists, and newsletters via UseINBOX API.
EmailOctopus
Send beautiful email campaigns at a fraction of the cost with a platform built for startups and growing businesses.
Mailingwork
Execute professional email marketing campaigns with advanced segmentation, A/B testing, and GDPR-compliant list management.
Bring your own AI
Change the model, client or framework. Keep MoonMail 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 MoonMail.
The practical details behind the request, access and result.
Can I use MoonMail MCP to see my email open rates?
Yes, you can check your campaign stats instantly. Your AI agent can pull open and click-through rates for any specific campaign so you can see how your audience is reacting in real-time.
How do I add new people to my MoonMail lists with an AI agent?
You can simply tell your agent which contacts to add and which group they belong to. The Connector handles the data entry for you, saving you from manual copy-pasting.
Can MoonMail MCP help me manage my newsletter schedule?
Yes, you can use it to list all your current campaigns and create new ones. It helps you keep track of what's going out and what's still in the works.
Is it possible to stop a campaign if something goes wrong?
Absolutely. If you need to halt a campaign immediately, you can ask your agent to pause it. This gives you a quick way to stop a blast without hunting for a button in a dashboard.
Can I use MoonMail MCP to organize my different audience segments?
Yes, you can create new subscriber groups and view your existing ones through the chat. This makes it much easier to keep your audience organized and targeted.
How does MoonMail MCP save me time on marketing?
It removes the friction of navigating a complex web dashboard for routine tasks. By handling the 'doing' part of marketing through natural conversation, you can focus on your content instead of your admin work.
How do I get a MoonMail API Key?
Log in to MoonMail and navigate to Settings > API Keys to generate your key. This token is required for all API operations.
Can I send a campaign through this server?
Yes! Use the send_campaign capability with a valid Campaign ID to trigger the delivery process.
How do I see how many people opened my email?
Use the get_campaign_stats capability with the Campaign ID to retrieve the open rate, click rate, and other engagement metrics.
One connection away
Give your agent a direct line to MoonMail.
Connect MoonMail once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available