Connector guide2-minute read16 MCP toolsEnglish · Deutsch · Italiano

Freshdesk を Cursor に接続する方法 — 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.

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Freshdesk をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

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.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

FRESHDESK_DOMAIN, FRESHDESK_API_KEY

ステップ 1 — 認証情報を取得

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)

ステップ 2 — アダプターをインストール

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

ステップ 3 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、Freshdesk が "Connected" として表示されることを確認。
  4. チャット開始 — Freshdesk のすべてのツールが呼び出し可能になります。

利用可能なツール

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 の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

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.

関連ガイド

F
connectors

Freshdesk を ChatGPT に接続する方法 — 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

Freshdesk を Claude に接続する方法 — 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

Freshdesk を Gemini に接続する方法 — 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

SAP Business One を Cursor に接続する方法 — 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

SAP Concur を Cursor に接続する方法 — 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

SAP S/4HANA Cloud を Cursor に接続する方法 — 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.