Elastic Email Connector for AI agents.
10 live capabilities
Manage email campaigns and track delivery logs in real time.
Waiting for input…
Why people use Elastic Email
Elastic Email for Real-Time Marketing Analytics
This Connector puts all that data into a single chat window. Instead of clicking through five different pages, you just ask your agent to summarize your last three campaigns or tell you how many people are on your active list. You get the answers you need in seconds, which means you can spend more time on strategy and less time on spreadsheets.
What Vinkius changes
You get a conversational interface for your entire email marketing backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking campaign success
An email marketer needs to know why a campaign is underperforming.
- Real-world use case 02
Verifying subscriber status
A CRM manager needs to verify if a specific lead is subscribed.
- Real-world use case 03
Monitoring account credits
An ops lead is worried about hitting the monthly limit.
Complete set · 10capabilities
The complete Elastic Email capability set.
These are the exact actions your AI can choose when you ask it to work with Elastic Email.
01—04
4 capabilities in this set.
Part of 10 available through Elastic Email.
- 01 Capability
Get elastic email metadata
Get your account's usage limits and metadata. It's useful for checking your remaining balance.
- 02 Capability
List contact address lists
See every contact list you've built in your account. Use it to organize your different audience segments.
- 03 Capability
List marketing campaigns
Bring up a list of every marketing campaign you've run. It helps you find specific past efforts quickly.
- 04 Capability
List marketing contacts
See all the contacts registered in your organization. This is your master list of every subscriber.
05—07
3 capabilities in this set.
Part of 10 available through Elastic Email.
- 05 Capability
List delivery logs
View the latest delivery statuses for your sent emails. You can use this to spot any immediate delivery issues.
- 06 Capability
List email designs
See all the templates and designs available to you. It helps you find the right look for your next blast.
- 07 Capability
Search contacts by email
Find a specific person using just their email address. This is great for quick lookups during a support call.
08—10
3 capabilities in this set.
Part of 10 available through Elastic Email.
- 08 Capability
Get campaign performance
Pull specific metrics for any marketing campaign. Use this to see how well a newsletter actually did.
- 09 Capability
Get contact profile
Look up a specific person's history by their email address. It gives you the full picture of their subscription status.
- 10 Capability
Quick marketing volume audit
Get a high-level summary of your campaigns and contact counts. This is the fastest way to see your total reach.
Set up in minutes
One URL. Then ask Elastic Email to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Elastic Email 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_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Elastic Email for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email URL.
- Step 03
Save and start
Save the connection and enable Elastic Email in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-email": {
"url": "https://edge.vinkius.com/vk_preview_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email
Open Agent mode in chat and ask: "Using Elastic Email, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-email": {
"url": "https://edge.vinkius.com/vk_preview_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email
Ask Copilot: "Using Elastic Email, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-email": {
"url": "https://edge.vinkius.com/vk_preview_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email
Open Cascade and ask: "Using Elastic Email, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-email": {
"url": "https://edge.vinkius.com/vk_preview_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email
Ask Cline: "Using Elastic Email, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add elastic-email --transport http "https://edge.vinkius.com/vk_preview_k6YkY69lqnyLch1Nw8If5RAjzFXFJRGZ5Lv1yBEg/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 Elastic Email
Ask Claude: "Using Elastic Email, show me...". 10 tools are ready
Where the request belongs
Work Elastic Email can move forward.
This is for the email marketer who's tired of manual reporting and the CRM manager who needs to verify subscriber data without digging through spreadsheets.
Email Marketer
Checks open rates and delivery logs during active campaigns to adjust strategy on the fly.
CRM Manager
Researches specific contact profiles and list memberships to clean up database segments.
Marketing Ops
Monitors account credits and usage limits to ensure the team doesn't hit caps mid-month.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSendGrid
Deliver transactional and marketing emails at massive scale with industry-leading deliverability and real-time analytics.
Postmark
Equip your AI to send emails, monitor delivery stats, track bounces, and manage Postmark templates directly from your chat.
SparkPost
Bring your SparkPost email delivery platform into your AI. Manage templates, send campaigns, and audit deliverability directly from your editor.
UniOne
Send transactional and bulk emails with high deliverability, detailed analytics, and infrastructure that handles millions of messages.
Maileroo
Deliver transactional emails reliably at scale with an SMTP relay and API that prioritizes inbox placement and speed.
Resend
Send emails and manage domains via Resend. send transactional emails, track deliveries, manage domains and API keys from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Elastic Email 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 Elastic Email.
The practical details behind the request, access and result.
Can the Elastic Email MCP help me track my email delivery success?
Yes, it lets you see your delivery logs in real time. You can ask your agent to summarize successes and failures so you don't have to dig through the dashboard.
How does Elastic Email MCP handle my contact lists?
It lets your agent see all your lists and find specific people by their email address. You can use it to audit your subscriber counts quickly.
Can I use Elastic Email MCP to see my campaign performance?
Absolutely. You can ask for specific metrics on any past or current campaign to see how your marketing is performing.
Will Elastic Email MCP show me my account credits?
Yes, it can retrieve your usage limits and account metadata. This helps you stay on top of your marketing budget without manual checking.
Can I see my email templates with Elastic Email MCP?
Yes, your agent can list all your available designs and templates. This makes it easy to find the right look for your next campaign.
Is the Elastic Email MCP good for CRM managers?
It's a great capability for CRM managers who need to quickly verify subscriber details or list memberships during a conversation.
How do I get an Elastic Email API Key?
Log in to your Elastic Email dashboard, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. Ensure the key has the necessary permissions for campaigns and contacts.
Can the agent send new email broadcasts?
This integration currently focuses on listing and auditing campaigns, lists, and contacts. Scheduling or sending actual email broadcasts should be managed via the Elastic Email campaign builder or SMTP interface.
Does the integration show real-time delivery status?
Yes, you can use the list_delivery_logs capability to retrieve the latest transmission events and statuses as reported by the Elastic Email platform.
One connection away
Give your agent a direct line to Elastic Email.
Connect Elastic Email once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available