Chamade

by chamade-io

329 downloads
Not rated
GitHub

About

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

Details

Author
chamade-io
Downloads
329
Categories
Communication, Remote MCP

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Chamade
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "chamade": {
            "chamade": {
                "type": "http",
                "url": "https://mcp.chamade.io/mcp/",
                "headers": {
                    "Authorization": "Bearer chmd_YOUR_KEY_HERE"
                }
            }
        }
    }
}

McpServers

{
    "chamade": {
        "type": "http",
        "url": "https://mcp.chamade.io/mcp/",
        "headers": {
            "Authorization": "Bearer chmd_YOUR_KEY_HERE"
        }
    }
}

Chamade — voice and chat gateway for AI agents

Chamade lets your MCP-capable AI agent 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, speech-to-text, text-to-speech, chat relay).

What's in the box

13 tools covering the full lifecycle of voice calls and DMs: - Calls - chamade_call_join, chamade_call_accept, chamade_call_refuse, chamade_call_say (beta TTS), chamade_call_chat, chamade_call_typing, chamade_call_status, chamade_call_leave, chamade_call_list - Direct messages - chamade_dm_chat, chamade_dm_typing, chamade_inbox - Bootstrap - chamade_account Plus one live resource: chamade://calls/{call_id}/transcript (delta-read, each read returns only new lines since the last).

Connect it

Paste this into your MCP client config: ``json { "mcpServers": { "chamade": { "type": "http", "url": "https://mcp.chamade.io/mcp/", "headers": { "Authorization": "Bearer chmd_YOUR_KEY_HERE" } } } } `

Get a key

Sign up for free at chamade.io and generate an API key (format
chmd_*). Then connect the platforms you need (Discord, Teams, Meet, etc.) from the dashboard.

Stdio fallback

Older MCP clients that only speak stdio can use the npm shim:
`json { "mcpServers": { "chamade": { "command": "npx", "args": ["-y", "@chamade/mcp-server@latest"], "env": { "CHAMADE_API_KEY": "chmd_YOUR_KEY_HERE" } } } } ` The shim is a ~160-line wrapper around mcp-remote that forwards to the same hosted endpoint — same tools, same push events, no parallel stdio implementation to drift.

Links

- Website: https://chamade.io - Documentation: https://chamade.io/docs/mcp - API reference for agents: https://chamade.io/llms-full.txt - Source (shim): https://github.com/chamade-io/mcp-server - npm: https://www.npmjs.com/package/@chamade/mcp-server - Also on: MCP Registry (
io.chamade/server), Smithery (chamade/server`)
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.