Mixmax Connector for AI agents.
10 live capabilities
Manage sales sequences and calendar scheduling through your AI agent.
Waiting for input…
Why people use Mixmax
Mixmax for Automated Sales Outreach and Lead Tracking
This Connector puts those actions into your chat. You can ask your agent to pull up a snippet, check an open rate, or enroll a lead into a sequence instantly. You get a clean workspace where the data comes to you.
What Vinkius changes
You get a unified way to handle sales outreach without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Cold Lead Rescue
An SDR notices a lead hasn't replied in days.
- Real-world use case 02
The Fast Follow-up
A prospect asks for a meeting.
- Real-world use case 03
The Consistent Outreach
A team member needs to send a standard onboarding email.
Complete set · 10capabilities
The complete Mixmax capability set.
These are the exact actions your AI can choose when you ask it to work with Mixmax.
01—04
4 capabilities in this set.
Part of 10 available through Mixmax.
- 01 Capability
Add recipient to sequence
Put a new lead into an automated email sequence with one command. This automates your follow-up flow for new prospects.
- 02 Capability
Create reminder
Set a new email reminder to ensure you never miss a follow-up. This keeps your high-priority leads at the top of your mind.
- 03 Capability
List contacts
Pull up your full list of Mixmax contacts for quick reference. You can quickly see who you have already reached out to.
- 04 Capability
List events
View real-time email analytics like opens and clicks for your campaigns. Use this to see which leads are actually engaging.
05—07
3 capabilities in this set.
Part of 10 available through Mixmax.
- 05 Capability
List reminders
See all your active email reminders to stay on top of follow-ups. This ensures you never miss a scheduled touchpoint.
- 06 Capability
List sequences
Browse all your active email sequences to see which ones are running. This helps you keep your outreach organized.
- 07 Capability
List snippets
Access your shared email snippets to maintain a consistent brand voice. It pulls up pre-approved text for common questions.
08—10
3 capabilities in this set.
Part of 10 available through Mixmax.
- 08 Capability
Get availability
Check your calendar for open time slots to book meetings easily. This helps you suggest times to prospects without checking your phone.
- 09 Capability
Get me
Fetch your current Mixmax user profile details to confirm account status. Use this to verify your connection is active.
- 10 Capability
List appointment links
See all your active calendar scheduling links in one list. This makes it easy to share the right booking page with a lead.
Set up in minutes
One URL. Then ask Mixmax to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mixmax 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_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mixmax for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax URL.
- Step 03
Save and start
Save the connection and enable Mixmax in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mixmax": {
"url": "https://edge.vinkius.com/vk_preview_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax
Open Agent mode in chat and ask: "Using Mixmax, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mixmax": {
"url": "https://edge.vinkius.com/vk_preview_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax
Ask Copilot: "Using Mixmax, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mixmax": {
"url": "https://edge.vinkius.com/vk_preview_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax
Open Cascade and ask: "Using Mixmax, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mixmax": {
"url": "https://edge.vinkius.com/vk_preview_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax
Ask Cline: "Using Mixmax, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mixmax --transport http "https://edge.vinkius.com/vk_preview_qzUdLxK062Ik0E5FHpfYHu6aWwJVFf8AbDXHq94T/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 Mixmax
Ask Claude: "Using Mixmax, show me...". 10 tools are ready
Where the request belongs
Work Mixmax can move forward.
This is for sales teams who are tired of losing leads in the follow-up gap. It's for the SDR who needs to keep 100+ conversations moving and the account manager who hates manual scheduling.
Sales Development Representative (SDR)
Manages high-volume outreach and moves leads into sequences to keep the pipeline full.
Account Executive (AE)
Handles complex scheduling and tracks engagement for high-value prospects during the closing phase.
Customer Success Manager
Uses snippets and reminders to ensure every client request gets a timely and consistent response.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVBOUT
Run marketing campaigns with email automation, social media management, and landing pages in one affordable platform.
OmniEngage
Reach customers across email, SMS, push, and in-app with unified omnichannel marketing that personalizes every touchpoint.
Loops
Email marketing and transactional email platform with powerful automation, audience segmentation, and analytics.
Quentn
Build email marketing funnels with visual automation workflows designed for German-speaking markets and GDPR compliance.
Outreach
Execute sales engagement sequences with emails, calls, and social touches orchestrated by AI to maximize rep productivity.
Chiirp
Engage leads and customers through automated text, email, and voicemail campaigns that nurture relationships at scale.
Bring your own AI
Change the model, client or framework. Keep Mixmax 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 Mixmax.
The practical details behind the request, access and result.
Can the Mixmax MCP help me automate my sales follow-ups?
Yes, it lets your agent enroll leads into sequences and set reminders so you never miss a touchpoint. This ensures your follow-up flow stays consistent without manual effort.
How does Mixmax MCP handle my calendar?
It can check your real-time availability and list your active scheduling links to make booking meetings faster. You can ask your agent to find a time that works for both you and your prospect.
Can I see if people are clicking my links?
Yes, the Connector pulls engagement data like opens and clicks so you can see which emails are actually performing. This helps you prioritize which leads to call first.
Will Mixmax MCP help my team stay consistent?
You can use it to pull up shared snippets, ensuring everyone uses the same approved messaging. This is great for maintaining a unified brand voice across the whole team.
Is Mixmax MCP good for high-volume SDR work?
It's built for it. It handles the repetitive tasks of sequence management and contact listing in seconds, letting you focus on building relationships rather than data entry.
How do I connect Mixmax to my AI agent?
You just need your Mixmax API key and a few minutes to set it up through the Vinkius catalog. Once connected, your agent can start managing your outreach immediately.
How do I find my Mixmax API Key?
In Mixmax, go to Settings > Integrations > API to generate or copy your personal API token.
Can I add multiple recipients to a sequence at once?
The current capability adds one recipient at a time for precision, but you can call it multiple times.
What kind of events are tracked?
Mixmax tracks email opens, link clicks, attachment downloads, and replies.
One connection away
Give your agent a direct line to Mixmax.
Connect Mixmax once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available