Send Email for Claude Desktop
io.github.hal9ai/send-email
Send emails from natural language prompts.
client:Claude Desktop
transport:streamable-http
tools:1
Install Send Email in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"send-email": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://next.hal9.ai/mcp/mcpbuild/send-email"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs