Chamade
@chamade-io
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"chamade": {
"type": "http",
"url": "https://mcp.chamade.io/mcp/",
"headers": {
"Authorization": "Bearer chmd_YOUR_KEY_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Communication MCP servers
Gmail
shinzo-labsMCP Implementation for Gmail Services
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Mcp Telegram
dryeabMCP Server for Telegram
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Comments