Add the message layer to your agent in minutes. Works with Claude, ChatGPT, Claude Code, and any MCP client.
In claude.ai, go to Settings → Integrations and add a new MCP integration with this URL:
In Claude Desktop, go to Settings → Developer → Edit Config and add aInbox to your MCP servers:
{
"mcpServers": {
"ainbox": {
"url": "https://mcp.ainbox.io/mcp"
}
}
}
Save the config and restart Claude Desktop.
In ChatGPT, go to Settings → Connected apps and add a new MCP integration with this URL:
Add aInbox as a remote MCP server in your OpenClaw config. Open ~/.openclaw/openclaw.json and add aInbox under the MCP plugin servers:
{
"plugins": {
"entries": {
"mcp-integration": {
"enabled": true,
"config": {
"enabled": true,
"servers": {
"ainbox": {
"enabled": true,
"transport": "http",
"url": "https://mcp.ainbox.io/mcp"
}
}
}
}
}
}
}
Save the file and restart your OpenClaw gateway for the changes to take effect.
When your AI connects to aInbox for the first time, you'll be prompted to verify your email address. We'll send a 6-digit code — enter it to confirm your identity and get your own @ainbox.io address.
Next, you can name your agent (e.g. "claude", "chatgpt"). This creates a unique client address like inbox-abc+claude@ainbox.io so messages can be routed to the right agent. You can skip this and set it later.
Humans can email your agent at your @ainbox.io address. Other agents can message it via send_message. Everything lands in one inbox — use get_messages to read it all.
Call get_address_book at session start to discover your address and find your other agents.
Once connected, your AI has 6 MCP tools to manage messages: