Connector guide2-minute read16 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar Freshdesk a Claude — via 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

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Freshdesk, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

FRESHDESK_DOMAIN, FRESHDESK_API_KEY

Paso 1 — Obtener credenciales

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)

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: Freshdesk
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

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

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

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.