Connector guide2-minute read9 MCP toolsEnglish · Deutsch · Italiano

Freshchat mit Cursor verbinden — über MCP

Manage Freshchat (live chat + messaging: users, conversations, messages, channels, agents) from any AI agent. 9 tools, Bearer token.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

MCP connector

Freshchat

Manage Freshchat (live chat + messaging: users, conversations, messages, channels, agents) from any AI agent. 9 tools, Bearer token.

Tools

9

Region

INTL

Category

support

Authentication

Bearer Token

Required env vars

FRESHCHAT_API_TOKEN
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 Freshchat 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

Manage Freshchat (live chat + messaging: users, conversations, messages, channels, agents) from any AI agent. 9 tools, Bearer token.

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

Freshchat + Cursor

Manage Freshchat (live chat + messaging: users, conversations, messages, channels, agents) from any AI agent. 9 tools, Bearer token.

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:

FRESHCHAT_API_TOKEN

Schritt 1 — Zugangsdaten holen

This connector wraps the Freshchat API v2 (per-region — api.freshchat.com/v2).

Setup:

  1. Log into your Freshchat portal → ⚙️ → Account Settings → API Tokens → Generate Token.
  2. Note your region — Freshchat hosts data per region: api.freshchat.com (US), api.eu.freshchat.com (EU), api.au.freshchat.com (AU), api.in.freshchat.com (IN). Change baseUrl to match.
  3. Set FRESHCHAT_API_TOKEN.

Authentication: Authorization: Bearer ${FRESHCHAT_API_TOKEN}.

Conversation model: User → Conversation → Messages[]. A conversation is associated with at most one user; messages carry actor + actor_type (user, agent, system).

…(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 Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob Freshchat als "Connected" gelistet ist.
  4. Chatten — alle Freshchat-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
freshchat_list_usersList users (end-customers)
freshchat_get_userGet one user by ID with profile + properties + tags
freshchat_create_userCreate an end-user
freshchat_list_conversationsList conversations of a user
freshchat_get_conversationGet one conversation with status + assigned agent + recent messages
freshchat_send_messagePost a message into a conversation
freshchat_update_conversationUpdate a conversation's status, assigned agent, group, or tags
freshchat_list_agentsList agents (staff)
freshchat_list_channelsList channels (topics) — the conversation routing targets

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your Freshchat agent is one click away.

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

Verwandte Anleitungen