sendable for Claude Desktop
me.sendable/sendable
Send transactional email from your editor — describe the event, Sendable writes and sends it.
client:Claude Desktop
transport:stdio
runtime:npm
Install sendable in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sendable": {
"command": "npx",
"args": [
"-y",
"sendableme-mcp"
],
"env": {
"SENDABLE_API_KEY": "<SENDABLE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs