Back to Apps

AIMX
by uzyn
Self-hosted SMTP server and MCP bridge providing AI agents with dedicated email addresses and direct MTA delivery.
0 stars
Works in:VS Code CopilotCursorCodexGemini CLIGoosezedWindsurf
Exposes:ToolsResources
What it does
AIMX (AI Mail Exchange) is a self-hosted email server that integrates directly with AI agents via the Model Context Protocol (MCP). It transforms the traditional SMTP protocol into an LLM-friendly format, allowing agents to send, receive, and manage emails without relying on third-party SaaS providers or complex OAuth flows.
Tools
email_send: Compose and send a new email.email_read: Retrieve the full content of a specific email.email_list: List emails with filters for unread, sender, or subject.email_reply: Reply to an existing email while maintaining thread integrity.mailbox_create: Provision a new email address/mailbox.mailbox_list: View all active mailboxes and their message counts.email_mark_read/unread: Update the read status of messages.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"aimx": {
"command": "aimx",
"args": ["mcp"]
}
}
}
Note: Requires AIMX to be installed on the host via curl -fsSL https://aimx.email/install.sh | sh.
Supported hosts
- claude
- vscode-copilot
- cursor
- codex
- gemini-cli
- goose
- zed
- windsurf
Quick install
curl -fsSL https://aimx.email/install.sh | shInformation
- Pricing
- free
- Published
- 7/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Run `aimx agents setup` for auto-wiring.Gemini CLI
Run `aimx agents setup` to merge into settings.json.Claude Desktop
Install via script then add "aimx" with args ["mcp"] to config.





