Connector guide2-minute read13 MCP toolsEnglish · Deutsch · Italiano

Front mit Gemini verbinden — über MCP

Drive Front (collaborative inbox) from any AI agent: conversations, messages, contacts, tags, inboxes, teammates. 13 tools, API-key Bearer auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Front

Drive Front (collaborative inbox) from any AI agent: conversations, messages, contacts, tags, inboxes, teammates. 13 tools, API-key Bearer auth.

Tools

13

Region

INTL

Category

support

Authentication

Bearer Token

Required env vars

FRONT_API_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

TL;DR

Drive Front (collaborative inbox) from any AI agent: conversations, messages, contacts, tags, inboxes, teammates. 13 tools, API-key Bearer auth.

💡 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 + Gemini

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:

  1. Sign in to Front → Settings (top-right) → Developers → API Tokens → Create API Token.
  2. Pick scope: private (full-access to all inboxes/conversations) or scoped to a specific inbox/role.
  3. 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 Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — Front sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

ToolWhat it does
front_meReturn the API token's identity (id, name, email)
front_list_inboxesList inboxes the token can access
front_list_conversationsList conversations with optional filtering
front_get_conversationFetch a single conversation including assignee, tags, recipient handles, links to messages/comments
front_list_conversation_messagesList all messages in a conversation chronologically
front_send_replySend a reply (new message) in an existing conversation
front_add_commentAdd an internal comment (private note) to a conversation
front_update_conversationUpdate conversation status, assignee, or tags
front_list_contactsList contacts (external entities)
front_get_contactFetch a contact with all handles[] (email/phone/twitter/custom)
front_create_contactCreate a contact
front_list_tagsList tags
front_list_teammatesList teammates (Front users)

FAQ

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your Front agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Verwandte Anleitungen