Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Freshchat in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
どのAIエージェントからでもFreshchat(ライブチャット + メッセージング:ユーザー、会話、メッセージ、チャネル、エージェント)を管理します。9つのツール、Bearerトークン。
こう聞いてみよう
Freshchat のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com に直接アクセスしてください。 サインインし、Connectors → Freshchatをクリックし、資格情報を貼り付け、MCP APIキーを生成 — 完了です。Dockerも
git cloneもローカルサーバーも不要です。
Freshchat
どのAIエージェントからでもFreshchat(ライブチャット + メッセージング:ユーザー、会話、メッセージ、チャネル、エージェント)を管理します。9つのツール、Bearerトークン。
セットアップ
このコネクタはFreshchat API v2(地域ごと — api.freshchat.com/v2)をラップしています。
セットアップ:
- Freshchatポータルにログイン → ⚙️ → アカウント設定 → APIトークン → トークンを生成。
- 自分の地域を確認 — Freshchatは地域ごとにデータをホストします:
api.freshchat.com(米国)、api.eu.freshchat.com(EU)、api.au.freshchat.com(オーストラリア)、api.in.freshchat.com(インド)。baseUrlを変更して一致させます。 FRESHCHAT_API_TOKENを設定します。
認証: Authorization: Bearer ${FRESHCHAT_API_TOKEN}。
会話モデル: User → Conversation → Messages[]。会話は最大で1人のユーザーに関連付けられ、メッセージはアクター + アクタータイプ(ユーザー、エージェント、システム)を持ちます。
…(アプリ内コネクタの指示に続く)
前提条件: FRESHCHAT_API_TOKEN
コネクタをローカルにインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/storeを開き、Freshchatを選択し、前提条件にリストされている環境変数を貼り付けます。
利用可能なツール
| ツール | 機能 |
|---|---|
freshchat_list_users | ユーザー(エンドカスタマー)をリスト |
freshchat_get_user | プロファイル + プロパティ + タグ付きでIDによる1人のユーザーを取得 |
freshchat_create_user | エンドユーザーを作成 |
freshchat_list_conversations | ユーザーの会話をリスト |
freshchat_get_conversation | ステータス + 割り当てられたエージェント + 最近のメッセージ付きで1つの会話を取得 |
freshchat_send_message | 会話にメッセージを投稿 |
freshchat_update_conversation | 会話のステータス、割り当てられたエージェント、グループ、またはタグを更新 |
freshchat_list_agents | エージェント(スタッフ)をリスト |
freshchat_list_channels | チャネル(トピック)をリスト — 会話のルーティングターゲット |
次のステップ
このガイドは役に立ちましたか?