Connect Pixu as an MCP server
MCP lets Claude Code, Cursor, and other agent clients use their own model to reason while Pixu executes scoped mailbox, domain, knowledge, rules, compose, and reply tools.
Claude Code
claude mcp add --transport http pixu https://pixu.in/mcp \
--header "Authorization: Bearer pixu_live_your_key"Cursor
{
"mcpServers": {
"pixu": {
"url": "https://pixu.in/mcp",
"headers": {
"Authorization": "Bearer pixu_live_your_key"
}
}
}
}curl https://pixu.in/mcp \
-H "Authorization: Bearer pixu_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list",
"params": {}
}' MCP requires a Pixu API key with mcp.access. Each tool then requires the matching resource scope, for example mail.read, mail.send, mailboxes.manage, domains.manage, knowledge.manage, rules.manage, or analytics.read.
MCP exposes guarded tools for scoped mail search, analytics overview, deliverability health, audit review, mailbox/domain automation, and draft/send actions. Durable tool calls and failures are written to the organization audit log.