Connector guide2-minute read16 MCP toolsEnglish · Deutsch · Italiano

Freshdesk mit Claude verbinden — über MCP

Drive Freshdesk (customer support helpdesk) from any AI agent: tickets, contacts, companies, agents, conversations. 16 tools, API-key Basic-auth, per-domain base URL.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

MCP connector

Freshdesk

Drive Freshdesk (customer support helpdesk) from any AI agent: tickets, contacts, companies, agents, conversations. 16 tools, API-key Basic-auth, per-domain base URL.

Tools

16

Region

INTL

Category

support

Authentication

Required env vars

FRESHDESK_DOMAINFRESHDESK_API_KEY
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 Freshdesk in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Freshdesk klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Freshdesk + Claude

Drive Freshdesk (customer support helpdesk) from any AI agent: tickets, contacts, companies, agents, conversations. 16 tools, API-key Basic-auth, per-domain base URL.

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:

FRESHDESK_DOMAIN, FRESHDESK_API_KEY

Schritt 1 — Zugangsdaten holen

freshdesk.com).

Setup:

  1. Sign in to Freshdesk → top-right avatar → Profile Settings → Your API Key (right sidebar).
  2. Copy the key. Set:
    • FRESHDESK_DOMAIN = your account subdomain (e.g. acme if URL is acme.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)

Schritt 2 — Adapter installieren

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 3 — Connector in Claude hinzufügen

Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.

  1. Öffne claude.ai/customize/connectors.
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Freshdesk
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.

Verfügbare Tools

ToolWhat it does
freshdesk_list_ticketsList tickets
freshdesk_search_ticketsSearch tickets with a query language
freshdesk_get_ticketFetch a single ticket
freshdesk_create_ticketCreate a ticket
freshdesk_update_ticketUpdate a ticket
freshdesk_delete_ticketMove ticket to trash (recoverable from UI within retention window)
freshdesk_reply_to_ticketSend a public reply to the requester on a ticket
freshdesk_add_note_to_ticketAdd an internal note (private=true) or a public note to a ticket
freshdesk_list_ticket_conversationsList all conversations (replies + notes) on a ticket, in chronological order
freshdesk_list_contactsList contacts (requesters/end-users)
freshdesk_get_contactFetch a single contact
freshdesk_create_contactCreate a contact
freshdesk_list_companiesList companies (organizations of contacts)
freshdesk_list_agentsList agents (support staff)
freshdesk_list_groupsList agent groups (for group_id assignment)
freshdesk_list_ticket_fieldsList ticket fields including custom ones with their names and types

FAQ

Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.

Nächste Schritte

Ready to ship

Your Freshdesk agent is one click away.

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