Plunk Email Marketing Connector for AI agents.
8 live capabilities
Manage your email marketing and transactional messages through a chat interface.
Waiting for input…
Why people use Plunk Email Marketing
Plunk Email Marketing for Automated Transactional Messages
With this Connector, you can just tell your agent to do it. You'll be able to send out onboarding messages or alerts instantly without leaving your chat window. It makes it easy to keep your audience data clean and your communication flows moving.
What Vinkius changes
You get a chat-based interface for your entire Plunk marketing suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding Automation
A new user signs up, and you ask your agent to send a welcome email using `send_transactional_email`.
- Real-world use case 02
Segment Auditing
A marketer wants to see who is subscribed and asks the agent to `list_contacts` to check the count.
- Real-world use case 03
Event Logging
A product manager wants to log a 'feature_completed' action for a user using `track_user_event`.
Complete set · 8capabilities
The complete Plunk Email Marketing capability set.
These are the exact actions your AI can choose when you ask it to work with Plunk Email Marketing.
01—04
4 capabilities in this set.
Part of 8 available through Plunk Email Marketing.
- 01 Capability
Delete contact
Remove a contact from your Plunk audience permanently. Use this to clean up your database and maintain list hygiene.
- 02 Capability
Create or update contact
Add a new user to your audience or update the metadata for an existing one. This keeps your records accurate without manual entry.
- 03 Capability
Get contact details
Pull all the specific information for a single contact in your database. This gives you a full view of a user's profile instantly.
- 04 Capability
List email campaigns
Get a full list of all your active and past email marketing campaigns. This helps you stay on top of your current marketing schedule.
05—08
4 capabilities in this set.
Part of 8 available through Plunk Email Marketing.
- 05 Capability
List contacts
See every contact currently stored in your Plunk audience. This is useful for quick audits of your subscriber base.
- 06 Capability
List email templates
View all the saved email templates you've created in your account. Use this to see what content is ready to ship.
- 07 Capability
Send transactional email
Send a specific HTML email to one or more recipients right now. It is perfect for sending instant alerts or onboarding messages.
- 08 Capability
Track user event
Log a custom user action to your system to trigger automated workflows. This helps you capture user behavior in real-time.
Set up in minutes
One URL. Then ask Plunk Email Marketing to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Plunk Email Marketing 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_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Plunk Email Marketing for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing URL.
- Step 03
Save and start
Save the connection and enable Plunk Email Marketing in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"plunk-email-marketing": {
"url": "https://edge.vinkius.com/vk_preview_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing
Open Agent mode in chat and ask: "Using Plunk Email Marketing, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"plunk-email-marketing": {
"url": "https://edge.vinkius.com/vk_preview_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing
Ask Copilot: "Using Plunk Email Marketing, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"plunk-email-marketing": {
"url": "https://edge.vinkius.com/vk_preview_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing
Open Cascade and ask: "Using Plunk Email Marketing, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"plunk-email-marketing": {
"url": "https://edge.vinkius.com/vk_preview_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing
Ask Cline: "Using Plunk Email Marketing, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add plunk-email-marketing --transport http "https://edge.vinkius.com/vk_preview_qEMLNDu3dCeytZAr9sJDauBGsuybBxEmWQ6CoC3s/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 Plunk Email Marketing
Ask Claude: "Using Plunk Email Marketing, show me...". 8 tools are ready
Where the request belongs
Work Plunk can move forward.
This is for marketing teams and product leads who are tired of manual data entry and want to automate their communication flows. It's for the person who needs to send a quick alert but doesn't want to log into a separate dashboard every five minutes.
Growth Marketer
Sends test emails and checks audience segments during campaign launches.
Product Manager
Audits email templates and tracks user events to monitor feature adoption.
Customer Support
Updates contact metadata and sends direct notifications to users who need help.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLoops
Email marketing and transactional email platform with powerful automation, audience segmentation, and analytics.
Maildroppa
Grow your email list and send targeted campaigns with a simple email marketing platform designed for solopreneurs and creators.
Buttondown
Manage your newsletter via Buttondown. track subscribers, send emails, and monitor analytics directly from any AI agent.
Cakemail
Manage email marketing via Cakemail. track campaigns, manage contact lists, and monitor analytics directly from any AI agent.
Flodesk
Design gorgeous email campaigns with intuitive templates that grow your audience and reflect your brand without design skills.
Mailjet
Deliver emails at scale with collaborative template editing, real-time monitoring, and deliverability analytics in one platform.
Bring your own AI
Change the model, client or framework. Keep Plunk 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 Plunk.
The practical details behind the request, access and result.
Can I use Plunk Email Marketing to send out my weekly newsletter?
Yes, you can use it to manage your campaigns, but you should still use the Plunk dashboard to design the actual content and schedule the big blasts.
How does the Plunk Email Marketing MCP help with user onboarding?
It lets your agent send transactional emails like welcome messages or password resets instantly as soon as a user joins.
Can I update user info without logging into Plunk?
Yes, you can just tell your agent to update a contact's metadata or create a new one using the Connector.
Does Plunk Email Marketing support tracking custom actions?
It does. You can use it to log specific user events, which helps you trigger automated workflows or segment your audience more accurately.
Is this Connector good for small marketing teams?
It's perfect for small teams because it removes the need to constantly switch between different capabilities to manage your contact list and send notifications.
Where do I find my Plunk Secret Key?
Log in to your Plunk Dashboard, navigate to project settings, and you will find your Secret Key under the API section. It typically starts with sk_.
Can I send bulk newsletters with this agent?
This integration is optimized for transactional emails and event tracking. For large-scale bulk newsletters, we recommend using the Plunk dashboard or their specialized campaign endpoints for maximum deliverability and compliance.
One connection away
Give your agent a direct line to Plunk.
Connect Plunk once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available