Sendmux Email Inbox API + Sending MCP Server
io.github.Sendmux/sendmux-mcp
What is the Sendmux Email Inbox API + Sending MCP server?
Email inbox API for AI agents with MCP tools for Mailbox, Management, and Sending APIs.
How to install Sendmux Email Inbox API + Sending
Copy-paste configuration for popular MCP clients.
SENDMUX_MCP_SURFACESrequiredTool surfaces to run locally.
SENDMUX_MAILBOX_API_KEYrequiredsecretMailbox API key for Mailbox API and Sending API tools.
SENDMUX_MANAGEMENT_API_KEYrequiredsecretRoot API key for Management API tools.
SENDMUX_SENDING_API_KEYsecretOptional Sending API key when it differs from the Mailbox API key.
{
"mcpServers": {
"sendmux-mcp": {
"command": "uvx",
"args": [
"sendmux-mcp"
],
"env": {
"SENDMUX_MCP_SURFACES": "<YOUR_SENDMUX_MCP_SURFACES>",
"SENDMUX_MAILBOX_API_KEY": "<YOUR_SENDMUX_MAILBOX_API_KEY>",
"SENDMUX_MANAGEMENT_API_KEY": "<YOUR_SENDMUX_MANAGEMENT_API_KEY>",
"SENDMUX_SENDING_API_KEY": "<YOUR_SENDMUX_SENDING_API_KEY>"
}
}
}
}{
"mcpServers": {
"sendmux-mcp": {
"command": "uvx",
"args": [
"sendmux-mcp"
],
"env": {
"SENDMUX_MCP_SURFACES": "<YOUR_SENDMUX_MCP_SURFACES>",
"SENDMUX_MAILBOX_API_KEY": "<YOUR_SENDMUX_MAILBOX_API_KEY>",
"SENDMUX_MANAGEMENT_API_KEY": "<YOUR_SENDMUX_MANAGEMENT_API_KEY>",
"SENDMUX_SENDING_API_KEY": "<YOUR_SENDMUX_SENDING_API_KEY>"
}
}
}
}{
"mcpServers": {
"sendmux-mcp": {
"command": "uvx",
"args": [
"sendmux-mcp"
],
"env": {
"SENDMUX_MCP_SURFACES": "<YOUR_SENDMUX_MCP_SURFACES>",
"SENDMUX_MAILBOX_API_KEY": "<YOUR_SENDMUX_MAILBOX_API_KEY>",
"SENDMUX_MANAGEMENT_API_KEY": "<YOUR_SENDMUX_MANAGEMENT_API_KEY>",
"SENDMUX_SENDING_API_KEY": "<YOUR_SENDMUX_SENDING_API_KEY>"
}
}
}
}{
"servers": {
"sendmux-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sendmux-mcp"
],
"env": {
"SENDMUX_MCP_SURFACES": "<YOUR_SENDMUX_MCP_SURFACES>",
"SENDMUX_MAILBOX_API_KEY": "<YOUR_SENDMUX_MAILBOX_API_KEY>",
"SENDMUX_MANAGEMENT_API_KEY": "<YOUR_SENDMUX_MANAGEMENT_API_KEY>",
"SENDMUX_SENDING_API_KEY": "<YOUR_SENDMUX_SENDING_API_KEY>"
}
}
}
}claude mcp add sendmux-mcp --env SENDMUX_MCP_SURFACES=<YOUR_SENDMUX_MCP_SURFACES> --env SENDMUX_MAILBOX_API_KEY=<YOUR_SENDMUX_MAILBOX_API_KEY> --env SENDMUX_MANAGEMENT_API_KEY=<YOUR_SENDMUX_MANAGEMENT_API_KEY> --env SENDMUX_SENDING_API_KEY=<YOUR_SENDMUX_SENDING_API_KEY> -- uvx sendmux-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.