Email Inbox API + Sending by Sendmux for Claude Desktop
io.github.sendmux/sendmux-mcp
AI email inbox and sending tools with attachments, search, live events, and webhooks.
client:Claude Desktop
transport:streamable-http
runtime:pypi
Install Email Inbox API + Sending by Sendmux in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sendmux-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sendmux.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs