Connector guide3-minute read16 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar Freshdesk a Gemini — 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 3 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

Basic Auth

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

TL;DR

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

💡 ¿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 + Gemini

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 Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — Freshdesk debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

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

¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Ready to ship

Your Freshdesk agent is one click away.

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

Guías relacionadas

F
connectors

Cómo conectar Freshdesk a ChatGPT — 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.

F
connectors

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.

F
connectors

Cómo conectar Freshdesk a Cursor — 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.

SB
connectors

Cómo conectar SAP Business One a Gemini — via MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Cómo conectar SAP Concur a Gemini — via MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SS
connectors

Cómo conectar SAP S/4HANA Cloud a Gemini — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.