@chamade/mcp-server
Freeby MCP Community
MCP server for Chamade — voice gateway for AI agents. v3 is a thin stdio shim around the hosted HTTP MCP at mcp.chamade.io, so every MCP client (stdio and HTTP)
v3.0.2Added Apr 12, 2026
mcpmcp-servermodel-context-protocolchamadevoice
@chamade/mcp-server MCP Server
MCP server for Chamade — voice gateway for AI agents. v3 is a thin stdio shim around the hosted HTTP MCP at mcp.chamade.io, so every MCP client (stdio and HTTP)
Installation
Reviews
Installation
Quick install
npx -y @chamade/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@chamade/mcp-server": {
"command": "npx",
"args": ["-y", "@chamade/mcp-server"]
}
}
}