How to Use the Mixmax MCP in Cursor
Inject Mixmax sequence data and scheduling links directly into your Cursor coding workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mixmax MCP to Cursor
Create your Vinkius account to connect Mixmax 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.
Code with Real Mixmax Live Data in Cursor
Stop relying on hardcoded mock data when building custom sales integrations or internal dashboards. In Cursor Agent mode, the editor uses `list_contacts` and `list_events` to pull actual, live sales data directly into your active workspace. This lets you write and test code against real API payloads without leaving your editor. Your agent reads the live structure of your sales pipeline to write precise, bug-free integration code.
Build Custom Sales Workflows in Agent Mode
Let your editor handle the heavy lifting of building complex outreach pipelines. The agent uses `list_sequences` to pull your active campaigns and can write scripts that programmatically enroll users via `add_recipient_to_sequence`. This MCP Server integration means you don't have to constantly refer back to API documentation. The editor knows the exact schema of your email campaigns and writes the code to interact with them immediately.
Sync Scheduling Tools Directly into Your Code
Building a custom booking page or internal portal is faster when you have live calendar endpoints. The agent calls `list_appointment_links` to pull your active scheduling URLs and `get_availability` to fetch real-time calendar blocks. You can test how your application handles calendar conflicts and booking links using real API responses. This eliminates the guesswork of handling timezones and empty slots during development.
Set up Mixmax 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 Mixmax 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 Mixmax transactions." If the MCP tools are loaded correctly, Cursor will call the Mixmax tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mixmax-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 Mixmax. 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 Mixmax MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mixmax MCP today
We host it, we monitor it, we maintain it. You just paste one token.