@mindstone/mcp-server-mixmax
v0.2.2
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, and monitor message engagement through a standardised MCP interface.
Requirements
- Node.js 20+
- npm
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 (10)
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
Messages
list_mixmax_messages— List emails sent through Mixmax with tracking datasend_mixmax_email— Send an email via Mixmax with open/click tracking
Snippets
list_mixmax_snippets— List email templates (snippets)send_mixmax_snippet— Send a template to recipients
Meetings
list_mixmax_meeting_types— List meeting/scheduling link types
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.
