Back to MCP Servers
Clawaimail
Email infrastructure for AI agents. Create inboxes on the fly, send and receive real emails, search messages, and manage threads via API. Install with `npx clawaimail-mcp`.
communicationapiaiagent
By joansongjr
Installation
npx clawaimail-mcpConfiguration
{
"mcpServers": {
"clawaimail": {
"command": "npx",
"args": ["-y", "clawaimail"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes