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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Freshchat, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Freshchat + Claude
Manage Freshchat (live chat + messaging: users, conversations, messages, channels, agents) from any AI agent. 9 tools, Bearer token.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
FRESHCHAT_API_TOKEN
Шаг 1 — Получите учётные данные
This connector wraps the Freshchat API v2 (per-region — api.freshchat.com/v2).
Setup:
- Log into your Freshchat portal → ⚙️ → Account Settings → API Tokens → Generate Token.
- 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. - 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)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в Claude
Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
Freshchat - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажмите Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
freshchat_list_users | List users (end-customers) |
freshchat_get_user | Get one user by ID with profile + properties + tags |
freshchat_create_user | Create an end-user |
freshchat_list_conversations | List conversations of a user |
freshchat_get_conversation | Get one conversation with status + assigned agent + recent messages |
freshchat_send_message | Post a message into a conversation |
freshchat_update_conversation | Update a conversation's status, assigned agent, group, or tags |
freshchat_list_agents | List agents (staff) |
freshchat_list_channels | List channels (topics) — the conversation routing targets |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.