MailWizz Connector for AI agents.
9 live capabilities
Manage email marketing campaigns and subscriber lists from your AI client
Waiting for input…
Why people use MailWizz
MailWizz Email Marketing Automation for Marketing Teams
This Connector changes that by letting your AI agent do the heavy lifting. You can just type "pause the product launch campaign" or "add this user to the VIP list" and the agent handles the API calls. You get to stay in your flow without the constant context switching.
What Vinkius changes
You get to manage your entire email marketing audience through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Campaign Halt
A manager sees a typo in a live blast and tells the agent to use pause_email_campaign immediately to stop the send.
- Real-world use case 02
Bulk Contact Updates
A CRM specialist asks the agent to update contact info for a batch of users using update_list_subscriber to keep records fresh.
- Real-world use case 03
Automated Lead Routing
A web form triggers a request to add a new user to a specific list using add_subscriber_to_list based on their interests.
Complete set · 9capabilities
The complete MailWizz capability set.
These are the exact actions your AI can choose when you ask it to work with MailWizz.
01—03
3 capabilities in this set.
Part of 9 available through MailWizz.
- 01 Capability
Delete list subscriber
Remove a person from a specific list. This helps maintain list hygiene and segment accuracy.
- 02 Capability
Get campaign details
Get the full metadata for a specific campaign. Use this to check delivery status and specific campaign IDs.
- 03 Capability
List list subscribers
See every subscriber currently in a specific list. This is useful for auditing your audience size.
04—06
3 capabilities in this set.
Part of 9 available through MailWizz.
- 04 Capability
List subscriber collections
View all your subscriber lists at once. Use this to navigate your different audience segments.
- 05 Capability
Update list subscriber
Change the information for a specific subscriber. This keeps your contact data current across your lists.
- 06 Capability
List email campaigns
See a full list of your marketing campaigns. This helps you keep track of what's active and what's scheduled.
07—09
3 capabilities in this set.
Part of 9 available through MailWizz.
- 07 Capability
Get list details
Pull specific details for a subscriber list. Use this to find the correct UID before performing other actions.
- 08 Capability
Pause email campaign
Stop a live email campaign immediately. It's the quickest way to halt a blast if something goes wrong.
- 09 Capability
Add subscriber to list
Put a new subscriber into the correct list. Use this to automate lead routing from your intake forms.
Set up in minutes
One URL. Then ask MailWizz to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MailWizz 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_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MailWizz for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz URL.
- Step 03
Save and start
Save the connection and enable MailWizz in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mailwizz": {
"url": "https://edge.vinkius.com/vk_preview_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz
Open Agent mode in chat and ask: "Using MailWizz, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mailwizz": {
"url": "https://edge.vinkius.com/vk_preview_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz
Ask Copilot: "Using MailWizz, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mailwizz": {
"url": "https://edge.vinkius.com/vk_preview_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz
Open Cascade and ask: "Using MailWizz, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mailwizz": {
"url": "https://edge.vinkius.com/vk_preview_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz
Ask Cline: "Using MailWizz, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mailwizz --transport http "https://edge.vinkius.com/vk_preview_zZceamGCzqZptHPMaGjhLxoFi7dzziC8mLzXU3El/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 MailWizz
Ask Claude: "Using MailWizz, show me...". 9 tools are ready
Where the request belongs
Work MailWizz can move forward.
This is for marketing ops people who are tired of manual data entry and CRM specialists who need to keep subscriber lists accurate without constant tab-switching.
Marketing Manager
Monitors campaign status and pauses blasts instantly during emergencies or when errors are spotted.
CRM Specialist
Updates contact records and cleans up subscriber lists using natural language instead of manual CSV imports.
Marketing Developer
Connects MailWizz logic to internal capabilities without building a custom UI for administrative tasks.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsInbox (useinbox.com)
Manage email campaigns, contact lists, and newsletters via UseINBOX API.
AWeber
Manage subscribers, mailing lists, and email campaigns via AWeber. orchestrate newsletters natively via AI.
Mail Blaze
Manage email marketing campaigns and subscriber lists via the Mail Blaze REST API.
HiDeliver
Manage email lists and marketing broadcasts via HiDeliver exactly from any AI agent.
Mailchimp
Synchronize marketing contacts. list audiences, control subscriber limits, and edit campaign vectors autonomously.
Emma
Manage email marketing via Emma. track members, groups, and mailings directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep MailWizz 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 MailWizz.
The practical details behind the request, access and result.
Can the MailWizz MCP pause my active campaigns?
Yes, it can. You can ask your agent to pause any live campaign immediately, which is helpful if you need to stop a mailing due to an error or a change in strategy.
How do I use MailWizz MCP to manage my subscriber lists?
You can use it to view your collections, find specific list IDs, and see who is on those lists without having to log into the MailWizz dashboard.
Can I add new subscribers to lists using this Connector?
Yes. You can tell your agent to add a new person to a specific list by providing their details, and the agent will handle the placement for you.
Does the MailWizz MCP work with my self-hosted instance?
Yes, it works with any self-hosted MailWizz instance as long as you provide your personal API URL and Public Key during setup.
How does MailWizz MCP help with CRM data updates?
It allows you to update existing subscriber information, such as contact details or custom fields, using simple natural language commands from your AI client.
Can I see all my campaigns at once with MailWizz MCP?
Yes, your agent can pull a full list of all your email marketing campaigns so you can check their statuses and metadata in one place.
How do I find my List UID or Campaign UID?
You can retrieve all UIDs by using the list_subscriber_collections or list_email_campaigns capabilities. They are also visible in the URL when viewing these resources in your MailWizz dashboard.
Can I add custom fields when subscribing a user?
Yes, include your custom field values (like FNAME, LNAME) within the subscriber_json object when using the add_subscriber_to_list capability.
What is the API URL?
This is the full base URL where your MailWizz API is reachable, for example: https://mail.yourdomain.com/api. Your token is encrypted at rest and injected securely at runtime.
One connection away
Give your agent a direct line to MailWizz.
Connect MailWizz once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available