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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Front, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Front + ChatGPT
Drive Front (collaborative inbox) from any AI agent: conversations, messages, contacts, tags, inboxes, teammates. 13 tools, API-key Bearer auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
FRONT_API_TOKEN
Шаг 1 — Получите учётные данные
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). …
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в ChatGPT
ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
Front - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| 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
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.