Corebee AI Customer Support for Claude Desktop
io.github.jonny-1812/corebee
Run AI customer support from your terminal: conversations, knowledge base, and chat widget.
client:Claude Desktop
transport:streamable-http
Install Corebee AI Customer Support in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"corebee": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://corebee.ai/api/v1/mcp/stream"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs