Chamade
@chamade-io
关于 Chamade
Hosted MCP gateway that lets AI agents join voice meetings and DMs on Discord, Microsoft Teams, Google Meet, Nextcloud Talk, Zoom, Telegram, WhatsApp, and SIP phones. Your agent only deals with text — Chamade handles the audio layer (joining the room, STT, TTS, chat relay). 13 to
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chamade": {
"type": "http",
"url": "https://mcp.chamade.io/mcp/",
"headers": {
"Authorization": "Bearer chmd_YOUR_KEY_HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Chamade?
Chamade is a voice and chat gateway that lets MCP-capable AI agents join voice meetings and DMs on platforms like Discord, Microsoft Teams, Google Meet, Nextcloud Talk, Zoom, Telegram, WhatsApp, and SIP phones. It handles audio layers (joining rooms, speech-to-text, text-to-speech, chat relay) so the agent only deals with text.
How to use Chamade?
Configure your MCP client with an HTTP endpoint (https://mcp.chamade.io/mcp/) and an API key (chmd_* obtained from chamade.io). For older stdio-only clients, use the npm shim by setting command npx -y @chamade/mcp-server@latest and environment variable CHAMADE_API_KEY. After connecting, use the 13 tools (e.g., chamade_call_join, chamade_dm_chat) and the live transcript resource.
Key features of Chamade
- 13 tools covering voice calls and DMs lifecycle
- Supports Discord, Teams, Meet, Nextcloud Talk, Zoom, Telegram, WhatsApp, SIP
- Speech-to-text and text-to-speech (beta TTS) handled automatically
- Live transcript resource (
chamade://calls/{call_id}/transcript) with delta reads - Simple HTTP or stdio fallback configuration
- No need to manage audio infrastructure yourself
Use cases of Chamade
- AI agent joins a Discord voice meeting, listens and responds via TTS
- Agent handles direct messages on WhatsApp or Telegram via text
- Agent accepts incoming SIP calls and interacts naturally
- Agent monitors multiple chat platforms from a single MCP connection
- Real-time transcription of ongoing calls for logging or further processing
FAQ from Chamade
What platforms does Chamade support?
Chamade supports Discord, Microsoft Teams, Google Meet, Nextcloud Talk, Zoom, Telegram, WhatsApp, and SIP phones.
How do I get an API key?
Sign up for free at chamade.io and generate an API key (format chmd_*). Then connect the platforms you need from the dashboard.
What transport options are available?
Chamade works over HTTP by default. For older MCP clients that only speak stdio, an npm shim (~160 lines wrapping mcp-remote) forwards to the same hosted endpoint.
Does Chamade require running any server locally?
No, Chamade is a hosted service. You only configure the remote endpoint or use the lightweight npm shim; the audio processing happens on Chamade's side.
沟通协作 分类下的更多 MCP 服务器
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
评论