No install? Use cloud.anythingmcp.com directly.
Sign in, install the Freshdesk 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 → Freshdesk, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Freshdesk + ChatGPT
Drive Freshdesk (customer support helpdesk) from any AI agent: tickets, contacts, companies, agents, conversations. 16 tools, API-key Basic-auth, per-domain base URL.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
FRESHDESK_DOMAIN, FRESHDESK_API_KEY
Шаг 1 — Получите учётные данные
freshdesk.com).
Setup:
- Sign in to Freshdesk → top-right avatar → Profile Settings → Your API Key (right sidebar).
- Copy the key. Set:
FRESHDESK_DOMAIN= your account subdomain (e.g.acmeif URL isacme.freshdesk.com)FRESHDESK_API_KEY= the API key
Authentication: HTTP Basic with username=API_KEY, password='X' (any non-empty). The adapter handles this via BASIC_AUTH with username={{FRESHDESK_API_KEY}} and password=X.
Subdomain in base URL: https://{{FRESHDESK_DOMAIN}}.freshdesk.com/api/v2. Wrong subdomain → 404 with vendor's branded 'Page not found'.
…(continued in the in-app connector instructions)
Шаг 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:
Freshdesk - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| Tool | What it does |
|---|---|
freshdesk_list_tickets | List tickets |
freshdesk_search_tickets | Search tickets with a query language |
freshdesk_get_ticket | Fetch a single ticket |
freshdesk_create_ticket | Create a ticket |
freshdesk_update_ticket | Update a ticket |
freshdesk_delete_ticket | Move ticket to trash (recoverable from UI within retention window) |
freshdesk_reply_to_ticket | Send a public reply to the requester on a ticket |
freshdesk_add_note_to_ticket | Add an internal note (private=true) or a public note to a ticket |
freshdesk_list_ticket_conversations | List all conversations (replies + notes) on a ticket, in chronological order |
freshdesk_list_contacts | List contacts (requesters/end-users) |
freshdesk_get_contact | Fetch a single contact |
freshdesk_create_contact | Create a contact |
freshdesk_list_companies | List companies (organizations of contacts) |
freshdesk_list_agents | List agents (support staff) |
freshdesk_list_groups | List agent groups (for group_id assignment) |
freshdesk_list_ticket_fields | List ticket fields including custom ones with their names and types |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.