Mailingwork Connector for AI agents.
10 live capabilities
Manage email marketing campaigns and subscriber lists through your AI client.
Waiting for input…
Why people use Mailingwork
Mailingwork Email Marketing and GDPR-Compliant List Management
This Connector changes that by putting your entire mailing house into a chat interface. You can ask your agent to update a subscriber's status or pull a report on your latest campaign without ever opening a browser. You get a clean, conversational way to handle your marketing data.
What Vinkius changes
You stop clicking through menus and start managing your email marketing 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 Quick Segment Check
A marketer wants to see who is in the VIP tag.
- Real-world use case 02
The Campaign Audit
An agency owner needs to know the click map for last week's newsletter.
- Real-world use case 03
The Instant Confirmation
An e-commerce store needs to send an order receipt.
Complete set · 10capabilities
The complete Mailingwork capability set.
These are the exact actions your AI can choose when you ask it to work with Mailingwork.
01—04
4 capabilities in this set.
Part of 10 available through Mailingwork.
- 01 Capability
Create subscriber
Add a new person to your database with all their relevant details. This streamlines your lead capture process.
- 02 Capability
Get mailing
Pull the specific details of a campaign to see how it's performing. It helps you check open rates and delivery stats quickly.
- 03 Capability
Get subscriber
Look up a specific person's data to see their current status or preferences. This is useful for checking individual opt-ins.
- 04 Capability
List lists
See every mailing list you have available in one quick glance. It helps you keep track of all your different audience buckets.
05—07
3 capabilities in this set.
Part of 10 available through Mailingwork.
- 05 Capability
Send transactional email
Send a one-off email like an order confirmation or a password reset. This is perfect for high-priority, non-marketing messages.
- 06 Capability
Update subscriber
Change a person's info or move them to a different segment. This keeps your database accurate as users interact with you.
- 07 Capability
List subscribers
Get a full count or list of everyone currently on your mailing list. This helps you verify your total reach.
08—10
3 capabilities in this set.
Part of 10 available through Mailingwork.
- 08 Capability
List tags
See all the different segments and labels you've created for your audience. It makes managing complex segments much easier.
- 09 Capability
Trigger automation
Start a specific automated workflow for a user or a group. Use this to initiate sequences without manual clicks.
- 10 Capability
List mailings
View all your current and past email campaigns at once. Use this to audit your previous marketing efforts.
Set up in minutes
One URL. Then ask Mailingwork to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mailingwork 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_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mailingwork for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork URL.
- Step 03
Save and start
Save the connection and enable Mailingwork in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mailingwork": {
"url": "https://edge.vinkius.com/vk_preview_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork
Open Agent mode in chat and ask: "Using Mailingwork, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mailingwork": {
"url": "https://edge.vinkius.com/vk_preview_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork
Ask Copilot: "Using Mailingwork, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mailingwork": {
"url": "https://edge.vinkius.com/vk_preview_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork
Open Cascade and ask: "Using Mailingwork, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mailingwork": {
"url": "https://edge.vinkius.com/vk_preview_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork
Ask Cline: "Using Mailingwork, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mailingwork --transport http "https://edge.vinkius.com/vk_preview_ftRDfzYCP3wc70PcJCGBejrH2L1CRqCUZlpU32mg/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 Mailingwork
Ask Claude: "Using Mailingwork, show me...". 10 tools are ready
Where the request belongs
Work Mailingwork can move forward.
This is for the marketing manager who is drowning in spreadsheets and the agency owner who needs to juggle multiple client lists without losing their mind.
Email Marketer
Running A/B tests and analyzing click maps without manual data entry.
Agency Owner
Managing multi-client email programs and segmenting lists across different brands.
E-commerce Manager
Sending out transactional emails and tracking order confirmations instantly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCakemail
Manage email marketing via Cakemail. track campaigns, manage contact lists, and monitor analytics directly from any AI agent.
Maildroppa
Grow your email list and send targeted campaigns with a simple email marketing platform designed for solopreneurs and creators.
Benchmark Email
Automate email marketing via Benchmark Email. manage contacts, lists, and campaigns directly from any AI agent.
Loops
Email marketing and transactional email platform with powerful automation, audience segmentation, and analytics.
EmailOctopus
Send beautiful email campaigns at a fraction of the cost with a platform built for startups and growing businesses.
AWeber
Manage subscribers, mailing lists, and email campaigns via AWeber. orchestrate newsletters natively via AI.
Bring your own AI
Change the model, client or framework. Keep Mailingwork 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 Mailingwork.
The practical details behind the request, access and result.
Can I use Mailingwork MCP to manage my GDPR-compliant lists?
Yes. This Connector gives you direct access to your subscriber data and tags, making it easy to manage lists while staying compliant with GDPR standards.
How do I send order confirmations with the Mailingwork MCP?
You can ask your agent to send a transactional email whenever a customer completes a purchase. It handles these high-priority messages instantly.
Can my AI agent see my click maps?
Yes, it can pull specific deliverability and click map data from your campaigns so you can see exactly where your audience is engaging.
Does the Mailingwork MCP support list segmentation?
It does. You can use the agent to view your tags and see which subscribers belong to specific segments for more targeted marketing.
Can I add new subscribers through my AI client?
Absolutely. You can tell your agent to create a new subscriber with their details, and it will update your Mailingwork database automatically.
Is Mailingwork MCP good for marketing agencies?
Yes, it's especially helpful for agencies who need to quickly toggle between different client lists and campaign reports without constant context switching.
Can I manage campaigns and track delivery?
Yes. Create and schedule campaigns, track opens, clicks, bounces, and monitor sender reputation.
Does Mailingwork use Basic Auth?
Yes. Mailingwork uses HTTP Basic Auth with username and password against api.mailingwork.de/webservice/v2.
Is Mailingwork GDPR-compliant?
Yes. Mailingwork is a German email platform built for GDPR compliance with data processing in EU data centers.
One connection away
Give your agent a direct line to Mailingwork.
Connect Mailingwork once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available