packet-pigeon
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@packet-pigeoncheck my inbox for new emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Packet Pigeon — Email capabilities for AI agents — receive, read, reply, and send through MCP.
How it works
Sender ─▶ Email Routing ─▶ Worker email() ─▶ R2 raw.eml
─▶ Queue ─▶ Worker queue() ─▶ R2 parsed outputemail()streamsmessage.rawstraight to R2 withFixedLengthStream(message.rawSize), tagging it withemailId(UUIDv7), envelope from/to, and receipt timestamp. Nothing is parsed on the hot path.R2 object-creation notifications are forwarded to the
packet-pigeon-email-parsequeue.queue()re-reads the.emlfrom R2, parses it withpostal-mime, and writes the extracted HTML body and attachments back to R2.
Related MCP server: InboxAPI CLI
Storage layout
emails/
└── {emailId}/
├── raw.eml
├── body.html # only when the message has an HTML part
└── attachments/
└── {ordinal}/{filename}raw.eml carries emailId, envelopeFrom, envelopeTo, and workerReceivedAt as R2 custom metadata. Attachment filenames are sanitized (/ \ : * ? " < > | and control chars become _); a missing filename falls back to untitled.
Deployment & configuration
Required: an R2 bucket (packet-pigeon), a queue (packet-pigeon-email-parse) wired to R2 event notifications, and an Email Routing address pointing at the Worker (e.g. ai@agent.asyncat.app).
npm install
npm run deployDevelopment
Requirements: Node.js 22+ and a logged-in Wrangler CLI.
npm install
npm run devTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Hosted email for AI agents: create inboxes, send, receive, and reply over MCP with scoped API keys
Related MCP Servers
- AlicenseAqualityDmaintenanceEmail infrastructure for AI agents — create inboxes, send/receive email, search messages, and manage threads via MCP tools.10292MIT

InboxAPI CLIofficial
AlicenseNot gradedqualityBmaintenanceProvides an AI agent with its own email address to send, receive, and manage emails via MCP. No email server setup required.3312MIT- FlicenseNot gradedqualityCmaintenanceGive AI agents their own email inboxes. Create, send, receive, and manage email entirely via MCP tools.-
- AlicenseNot gradedqualityBmaintenanceConnects any IMAP/SMTP mailbox to AI agents via MCP, enabling email read, search, send, reply, and management through natural language.28MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/catwithlover/packet-pigeon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server