# ayangweb/BongoCat | Model Context Protocol (MCP) Server > 🐱 跨平台互动桌宠 BongoCat,为桌面增添乐趣! - **Stars**: ⭐ 20,743 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "BongoCat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-BongoCat" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "BongoCat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-BongoCat" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-BongoCat` - **Docker**: `docker run -i --rm mcp/BongoCat`