No install? Use cloud.anythingmcp.com directly.
Sign in, install the Front in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Front klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Front + ChatGPT
Drive Front (collaborative inbox) from any AI agent: conversations, messages, contacts, tags, inboxes, teammates. 13 tools, API-key Bearer auth.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
FRONT_API_TOKEN
Schritt 1 — Zugangsdaten holen
frontapp.com/reference).
Setup:
- Sign in to Front → Settings (top-right) → Developers → API Tokens → Create API Token.
- Pick scope:
private(full-access to all inboxes/conversations) or scoped to a specific inbox/role. - Copy the token. Set
FRONT_API_TOKEN.
Authentication: Authorization: Bearer ${FRONT_API_TOKEN}.
Front's tile model:
- Conversation = a thread between your team and one or more contacts. Has status (open/archived/spam/deleted), assignee, inbox, tags.
- Message = each inbound/outbound email, SMS, chat, etc. within a conversation.
- Contact = an external entity (a customer). …
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
Front - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| Tool | What it does |
|---|---|
front_me | Return the API token's identity (id, name, email) |
front_list_inboxes | List inboxes the token can access |
front_list_conversations | List conversations with optional filtering |
front_get_conversation | Fetch a single conversation including assignee, tags, recipient handles, links to messages/comments |
front_list_conversation_messages | List all messages in a conversation chronologically |
front_send_reply | Send a reply (new message) in an existing conversation |
front_add_comment | Add an internal comment (private note) to a conversation |
front_update_conversation | Update conversation status, assignee, or tags |
front_list_contacts | List contacts (external entities) |
front_get_contact | Fetch a contact with all handles[] (email/phone/twitter/custom) |
front_create_contact | Create a contact |
front_list_tags | List tags |
front_list_teammates | List teammates (Front users) |
FAQ
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.