email for VS Code
dev.primitive/email
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
client:VS Code
transport:streamable-http
tools:30
Install email in VS Code
.vscode/mcp.json
{
"servers": {
"email": {
"type": "http",
"url": "https://www.primitive.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS 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