3 months ago
Connect Claude Code and other AI agents to Mockmail via the Model Context Protocol (MCP). Automatically test, verify, and debug emails during development without the risk of sending messages to real customers.
Server Config
{
"mcpServers": {
"mockmail": {
"type": "http",
"url": "https://mockmail.io/mcp/mockmail",
"headers": {
"Authorization": "Bearer ${MOCKMAIL_API_KEY}"
}
}
}
}