Eusend for Claude Desktop
dev.eusend/eusend
Send transactional email and manage domains, audiences, and broadcasts from any MCP client.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Eusend in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"eusend": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.eusend.dev/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