Loading MCP server directory, please wait...
Send transactional email and manage domains, audiences, and broadcasts from any MCP client.
npx @getmcp/cli add dev.eusend/eusendRequires Node.js 18+. Community-contributed server. Review source before installing.
EUSEND_API_KEYEusend API key. Use an eu_test_ key to trial calls without delivering mail.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.eusend/eusend": {
"command": "npx",
"args": [
"-y",
"@eusend_dev/mcp"
],
"env": {
"EUSEND_API_KEY": "",
"EUSEND_FROM": "",
"EUSEND_REPLY_TO": ""
}
}
}
}