Loading MCP server directory, please wait...
Live chat + AI support inbox: list, triage, and reply to customer conversations; configure widgets.
npx @getmcp/cli add chat.muro/supportRequires Node.js 18+. Community-contributed server. Review source before installing.
Authorizationmuro API key sent as a Bearer token. Create it in the muro dashboard: Settings > API keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chat.muro/support": {
"url": "https://muro.chat/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {api_key}"
}
}
}
}