Documentation
Get InboxBridge connected to your AI assistant in under two minutes.
Quick Start
- Sign up or log in to your InboxBridge dashboard.
- Connect one or more email accounts (Gmail, Outlook, or any IMAP server).
- Go to LLM Connections and create an API key.
- Copy the config snippet below into your AI client. Replace
YOUR_API_KEY_HEREwith your actual API key. - Start a conversation and ask your AI to search or read your email. That's it.
Client Configuration
Claude Desktop
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
Add this to your Claude Desktop config file. Create the file if it does not exist.
{
"mcpServers": {
"inboxbridge": {
"type": "url",
"url": "https://inboxbridge.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}Replace YOUR_API_KEY_HERE with the API key from your dashboard.
MCP Endpoint
All clients connect to the same remote MCP endpoint. No local server or installation needed.
https://inboxbridge.app/mcpAuthentication is via Bearer token in the Authorization header.
Available Tools
Once connected, your AI assistant will have access to these tools:
search_emailsSearch across all connected inboxes with a single query.
read_emailRead the full content of a specific email by ID.
list_foldersList all folders/labels across your email accounts.
draft_emailCreate a draft email in any connected account.
send_emailSend an email from any connected account.
list_accountsList all connected email accounts and their status.