Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Tools and platforms for giving AI agents dedicated email capabilities.
- `npm install resend` or `pip install resend`
- GitHub: [resend/resend-node](https://github.com/resend/resend-node)

**[SuperSend TX](https://supersendtx.com)** — Transactional email API with Node SDK, SMTP relay, signed webhooks, MCP server, and Agent Skills for Cursor/Claude. Does not provision per-agent isolated inboxes. Best for agents that need to send (not receive) on owned mail infrastructure.
- `npm install supersendtx` · MCP: `npx supersendtx-mcp`
- Docs: https://docs.supersendtx.com · Skills: [Super-Send/supersendtx-skills](https://github.com/Super-Send/supersendtx-skills) · SDKs: [Super-Send/supersendtx-sdks](https://github.com/Super-Send/supersendtx-sdks)

**[SendGrid](https://sendgrid.com)** — Twilio's email platform. High-volume sending, deliverability tools, inbound parse webhook. Designed for bulk/marketing email; agent-native features require significant wrapper code.
- GitHub: [sendgrid/sendgrid-python](https://github.com/sendgrid/sendgrid-python), [sendgrid/sendgrid-nodejs](https://github.com/sendgrid/sendgrid-nodejs)

Expand Down Expand Up @@ -89,6 +93,7 @@ Model Context Protocol servers that give AI assistants (Claude Desktop, Cursor,
**[mcp-server-gmail](https://github.com/modelcontextprotocol/servers)** — Official MCP server for Gmail. Read/send from your personal Gmail account. Part of the official MCP servers collection.

**[mcp-server-sendgrid](https://github.com/modelcontextprotocol/servers)** — Official MCP server for SendGrid email sending.
**[supersendtx-mcp](https://www.npmjs.com/package/supersendtx-mcp)** — MCP server for SuperSend TX transactional send (`npx supersendtx-mcp`).

---

Expand Down