Email Management
Freeby MCP Community
A Node.js application for managing email workflows using the ModelContextProtocol (MCP).
v3.1.2Added Apr 12, 2026
emailmanagementmodelcontextprotocolmcptypescript
Email Management MCP Server
A Node.js application for managing email workflows using the ModelContextProtocol (MCP).
Installation
Reviews
Installation
Quick install
npx -y @cardor/email-management
Add to claude_desktop_config.json
{
"mcpServers": {
"email-management": {
"command": "npx",
"args": ["-y", "@cardor/email-management"]
}
}
}