How to Use the Benchmark Email MCP in Cursor
Inject real subscriber metrics and email templates into your codebase using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Benchmark Email MCP to Cursor
Create your Vinkius account to connect Benchmark 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.
Build marketing dashboards inside Cursor
Building internal tools requires real data to test layouts. Instead of mocking up fake subscriber arrays, Agent mode calls `list_contacts` and pulls actual user records right into your editor. You write the frontend components while the AI feeds you live JSON responses. Testing campaign reporting features works the same way. When you write a function to parse open rates, Cursor triggers `get_report_details` through the Benchmark Email MCP Server. Your code gets validated against the exact API structure it will see in production.
Automate contact management scripts
Writing synchronization scripts usually means flipping between API docs and your IDE. Now you just tell the agent to write a sync function, and it uses `create_contact_list` to test the endpoint. The AI understands the required payload because it actually ran the tool. Adding users to those lists happens inline. You ask the editor to draft a webhook handler, and it uses `add_contact` to verify the request format. The resulting code handles the exact field requirements for your specific account setup.
Audit active campaigns during development
Sometimes you need to know what emails are currently running before deploying a related feature. You ask your agent, and it runs `list_emails` through the MCP protocol to dump the active campaign IDs into your terminal. You get the context you need without opening a browser tab. Fetching template IDs for transactional emails is just as fast. The AI executes `list_templates` and injects the correct UUIDs directly into your environment variables. No more hunting through the marketing dashboard to find the right template reference.
Set up Benchmark 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 Benchmark 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 Benchmark Email transactions." If the MCP tools are loaded correctly, Cursor will call the Benchmark Email tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"benchmark-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 Benchmark 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 Benchmark Email MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Benchmark Email MCP today
We host it, we monitor it, we maintain it. You just paste one token.