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.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Freshdesk, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
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.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
FRESHDESK_DOMAIN, FRESHDESK_API_KEY
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in ChatGPT
ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.
- Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
- Clicca "Add custom connector".
- Compila:
- Name:
Freshdesk - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tool disponibili
| 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
Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.