An AI chat bot for small and medium-sized teams, supporting models such as Deepseek, Open AI, Claude, and Gemini. 专为中小团队设计的 AI 聊天应用,支持 Deepseek、Open
Most team communication work still happens through a UI a human drives. HiveChat MCP server moves it into the conversation instead. An AI chat bot for small and medium-sized teams, supporting models such as Deepseek, Open AI, Claude, and Gemini. 专为中小团队设计的 AI 聊天应用,支持 Deepseek、Open AI、Claude、Gemini 等模型。.
git clone https://github.com/HiveNexus/hivechat.gitSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 2 tools. What each one is for:
Email — admin@demo.comPassword — helloHivechatConfiguration is passed through the environment: DATABASE_URL, AUTH_SECRET, NEXTAUTH_URL, FEISHU_CLIENT_ID, FEISHU_CLIENT_SECRET, WECOM_CLIENT_ID, WECOM_AGENT_ID, WECOM_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. HiveChat's toolset — Email, Password — is a fair guide to whether it matches your workflow. It is maintained by HiveNexus; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| admin@demo.com | |
| Password | helloHivechat |
| Variable | Description | Required |
|---|---|---|
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
| AUTH_SECRET | Credential the server authenticates with. | Yes |
| NEXTAUTH_URL | Endpoint or connection string the server talks to. | Yes |
| FEISHU_CLIENT_ID | Configuration value read at startup. | Optional |
| FEISHU_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| WECOM_CLIENT_ID | Configuration value read at startup. | Optional |
| WECOM_AGENT_ID | Configuration value read at startup. | Optional |
| WECOM_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.