What is the Chamade MCP server?
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
How to install Chamade
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretBearer <your chmd_* API key — sign up at https://chamade.io and generate one (free during early access)>. Clients that speak OAuth 2.1 can instead use the hosted authorization server (DCR + PKCE, auto-discovered via /.well-known/oauth-protected-resource) — no static key needed.
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@chamade/mcp-server"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@chamade/mcp-server"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@chamade/mcp-server"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chamade/mcp-server"
],
"env": {
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add server --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @chamade/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.