Mixmax is the first Gmail-native sales engagement platform with a native MCP server. It links your meeting intelligence - transcripts, summaries, action items - to AI workflows, enabling you to turn conversations into follow-up decks, deal review briefs, business cases, and more.
Connect Claude, ChatGPT, Cursor, Windsurf, or any MCP-compatible AI client to Mixmax and send prompts like "Summarize my meetings from this week" without switching tabs.
Features
Meetings Tool
Access your Mixmax Meeting Intelligence data:
Ask about your meetings - In natural language, ask your AI assistant about upcoming meetings, past meeting transcripts, or meeting summaries. Example: "What did I discuss with Acme Corp last Tuesday?"
Get synthesized intelligence - the AI analyzes your actual Mixmax meeting data to generate summaries, action items, pain points, and next steps—all based on your real conversation history.
Chain it with other tools - Combine Mixmax meeting data with other MCP-connected tools. Pull a transcript, generate a follow-up deck in Gamma, update scripts in Notion - all from one AI conversation.
Share and act - Use the AI's output to prepare for deal reviews, send follow-ups, or brief your manager - all without leaving your AI workflow.
Setup Instructions
Connecting from Claude.ai or Claude Desktop
Open Claude and go to the Connectors/Integrations settings.
Find "Mixmax" in the directory and click Connect.
You'll be redirected to Mixmax to sign in with your account.
Authorize Claude to access your Mixmax data (read-only).
Once connected, Claude can answer questions about your meetings, sequences, and outreach.
Connecting from Claude Code
Add the Mixmax MCP server to your Claude Code MCP config:
{
"mcpServers": {
"mixmax": {
"type": "url",
"url": "https://mcp.mixmax.com/mcp"
}
}
}Restart Claude Code.
Authenticate when prompted via the OAuth flow.
Connecting from ChatGPT
Open ChatGPT and go to Settings > Connected Apps (or Actions).
Search for "Mixmax" or add a custom MCP connection.
Enter the server URL: https://mcp.mixmax.com/mcp
Complete the OAuth sign-in flow with your Mixmax account.
Once connected, ChatGPT can query your meetings and sequences.
Connecting from other MCP clients
Any MCP-compatible client can connect to Mixmax using the Streamable HTTP transport:
Server URL: https://mcp.mixmax.com/mcp
Transport: Streamable HTTP (POST requests with JSON-RPC 2.0)
Authentication: OAuth 2.0 authorization code flow
Authentication Details
Protocol: OAuth 2.0 authorization code flow.
Permissions requested: Read-only access to your Mixmax account data.
Data accessed: Meeting summaries.
Data NOT accessed: Email message bodies (only metadata and subjects), passwords, billing information, other users' private data.
Data handling: All data is scoped to the authenticated user. Mixmax does not store conversation data from MCP clients. See our Privacy Policy for full details.
Usage Example
Review Meeting Summaries
Prompt:
Using Mixmax, summarize my meetings from the past week. Focus on any action items or follow-ups I need to handle.
What happens: Claude calls search_meeting_summaries with a date range covering the last 7 days, retrieves AI-generated summaries for each meeting, and presents a consolidated view of key discussions, decisions, and action items.
Sample response:
Here are your meetings from the past week:
Q1 Pipeline Review (Monday) - Discussed 3 at-risk deals totaling $450K. Action item: Send updated proposal to Acme Corp by Wednesday.
Product Demo with Globex (Wednesday) - Positive reception to the new analytics dashboard. Follow-up: Schedule a technical deep-dive with their engineering team.
Team Standup (Daily) - Sprint goal: Complete API migration by Friday. Blocker: Waiting on design review for the settings page.
Technical Details
Property | Value |
Transport | Streamable HTTP |
TLS | HTTPS with AWS-managed certificates |
All tools read-only | Yes |
Max response size | Under 25K tokens |
FAQs
Q: What data can the MCP server access right now?
Meeting data - transcripts, summaries, participant lists, and action items. This makes it most useful for customers using Meeting Copilot. We're expanding functionality in upcoming releases.
Q: Does this cost extra?
No. The MCP server is included at no additional cost for all Mixmax customers.
Q: Which AI tools does it work with?
Claude, ChatGPT, Cursor, and Windsurf at launch. Any MCP-compatible AI client will work - we built on open standards.
Q: Is this secure? Can the AI access other users' data?
Yes, it's enterprise-grade. Built on OAuth 2.1 with secure token management, rate limiting, and full tenant isolation. Each user authenticates with their own credentials and can only access their own data.
Q: Can reps take actions through the MCP (send emails, enroll in sequences)?
Not yet - the current beta focuses on meeting intelligence. Action capabilities (sequence enrollment, email sending, template management) are on the roadmap.
Q: Do customers need to be on a specific plan?
No plan restrictions. However, meeting data access requires Meeting Copilot, so the MCP is most valuable for customers already using that feature.
Q: How is this different from just using the Mixmax API?
The API requires technical integration - code, webhooks, and infrastructure. MCP lets any non-technical user connect Mixmax to their AI tool in minutes and interact with their data using natural language. It's the difference between building an integration and having a conversation.
Q: What about Outlook users?
Meeting Copilot is only available to Gmail users.
