email for Claude Code
dev.primitive/email
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
client:Claude Code
transport:streamable-http
tools:30
Install email in Claude Code
run in your project directory
claude mcp add --transport http email https://www.primitive.dev/mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs
What Claude Code can do once it is connected
- listDomains
- addDomain
- verifyDomain
- downloadDomainZoneFile
- getAccount
- getInboxStatus
- getOutboundStatus
- listEmails
- searchEmails
- getEmail
- replyToEmail
- sendEmail
- sendEmailDemo
- listSentEmails
- getSentEmail
- cancelScheduledSend
- awaitReply
- getConversation
- getThread
- downloadEmailAttachments
- listEndpoints
- createEndpoint
- deleteEndpoint
- testEndpoint