@mindstone/mcp-server-mixmax
v0.3.1
Published
Mixmax email productivity MCP server for Model Context Protocol hosts
Readme
@mindstone/mcp-server-mixmax
Mixmax email productivity MCP server for Model Context Protocol hosts. Manage sequences, send tracked emails, use email templates (snippets), view meeting links, recall scheduled sends, and pull engagement analytics through a standardised MCP interface.
Status
- Version: 0.3.1 · npm
- Auth: API key (
MIXMAX_API_TOKEN) - Tools: 13 (sequences, messages, snippets, meetings, reports)
- Surface: cloud-api
- Machine-readable:
STATUS.json
Requirements
- Node.js 20+
- npm
One-click install
After clicking the button, your host will prompt you to fill: MIXMAX_API_TOKEN.
{
"mcpServers": {
"Mixmax": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-mixmax"
],
"env": {
"MIXMAX_API_TOKEN": ""
}
}
}
}Quick Start
Install & build
cd <path-to-repo>/connectors/mixmax
npm install
npm run buildnpx (once published)
npx -y @mindstone/mcp-server-mixmaxLocal
node dist/index.jsConfiguration
Environment variables
MIXMAX_API_TOKEN— Mixmax API token (from dashboard settings)MCP_HOST_BRIDGE_STATE— optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE— backwards-compatible alias forMCP_HOST_BRIDGE_STATE
Host configuration examples
Claude Desktop / Cursor
{
"mcpServers": {
"Mixmax": {
"command": "npx",
"args": ["-y", "@mindstone/mcp-server-mixmax"],
"env": {
"MIXMAX_API_TOKEN": "your-api-token"
}
}
}
}Local development (no npm publish needed)
{
"mcpServers": {
"Mixmax": {
"command": "node",
"args": ["<path-to-repo>/connectors/mixmax/dist/index.js"],
"env": {
"MIXMAX_API_TOKEN": "your-api-token"
}
}
}
}Tools (13)
Configuration
configure_mixmax_api_key— Configure the Mixmax API token
User
get_mixmax_user— Get the current user's profile and account info
Sequences
list_mixmax_sequences— List sequences (automated email drip campaigns)get_mixmax_sequence— Get full details for a sequence including stagesadd_mixmax_sequence_recipients— Add recipients to a sequence (optionalscheduledAtfor delayed activation)remove_mixmax_sequence_recipients— Exit specific recipients from a sequence
Messages
list_mixmax_messages— List drafts, scheduled sends, and sent emailssend_mixmax_email— Send an email via Mixmax immediatelycancel_mixmax_message— Recall a scheduled, not-yet-sent message
Snippets
list_mixmax_snippets— List email templates (snippets)send_mixmax_snippet— Send a template to recipients (optionalscheduledAtto schedule the send)
Meetings
list_mixmax_meeting_types— List meeting/scheduling link types
Reports
get_mixmax_report— Engagement analytics: per-sequence performance, message, and meeting stats
Licence
FSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
