How to Use the Elastic Email MCP in Cursor
Inject real-time Elastic Email data into your code with Cursor. Stop writing stubs and build with live API responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Elastic Email MCP to Cursor
Create your Vinkius account to connect Elastic Email to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Real-time API data for Cursor
Stop working with fake mock data while you build your messaging features. Let the AI call `get_elastic_email_metadata` to fetch real account limits for your code. This keeps your implementation accurate to your actual environment. You will know exactly what your code handles before you even commit.
Manage contact lists in Cursor
Pull your account lists into the editor using `list_contact_address_lists`. It gives you the live structure of your database for your logic. You can then use `list_marketing_contacts` to verify your data structure. It makes building features that target specific segments much faster.
Debug delivery issues from Cursor
When your code has a delivery bug, you need the logs. Use `list_delivery_logs` to see exactly why an email failed. You can parse these results with the AI to find patterns in your bounces. It turns a manual investigation into a simple chat request.
Set up Elastic Email MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Elastic Email MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Elastic Email transactions." If the MCP tools are loaded correctly, Cursor will call the Elastic Email tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"elastic-email-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Elastic Email. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Elastic Email MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Elastic Email MCP today
We host it, we monitor it, we maintain it. You just paste one token.