<50ms
99.9%
claude-desktop-config.json
{ "mcpServers": { "email-proxy": { "command": "npx", "args": [ "-y", "mcp-remote", "https://your-proxy.workers.dev/api/mcp", "--header", "X-API-Key: ep_a1b2c3..." ] } } } # Claude can now manage your emails directly $ curl -X POST /api/emails/1/send \ -d '{"to":"dev@co.com","subject":"done"}' { "message": "Email sent successfully" }

PROTOCOL

INTERFACE

AUTH

INFRA

EXAMPLE

POST /api/emails/:accountId/send Content-Type: application/json X-API-Key: ep_a1b2c3d4... { "to": "colleague@work.com", "subject": "周报已提交", "text": "本周完成了邮件代理的部署。" } // Response { "message": "Email sent successfully" }

GitHub → Dashboard