Connector guide2-minute read16 MCP toolsEnglish · Deutsch · Italiano

Come collegare 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.

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

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.

💡 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 + Cursor

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:

  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)

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 Cursor

Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
  2. Salva il file e riavvia Cursor.
  3. Apri Cursor → Impostazioni → MCP per verificare che Freshdesk sia presente e "Connected".
  4. Inizia a chattare — tutti gli strumenti di Freshdesk sono ora invocabili.

Tool disponibili

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

Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.

Prossimi passi

Questa guida ti è stata utile?

Ready to ship

Your Freshdesk agent is one click away.

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

Guide correlate

F
connectors

Come collegare 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

Come collegare 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

Come collegare 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.

SB
connectors

Come collegare SAP Business One a Cursor — 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

Come collegare SAP Concur a Cursor — 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

Come collegare SAP S/4HANA Cloud a Cursor — 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.