# Tencent/Hippy | Model Context Protocol (MCP) Server > Hippy is designed to easily build cross-platform dynamic apps. 👏 - **Stars**: ⭐ 8,553 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Hippy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Hippy" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Hippy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Hippy" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Hippy` - **Docker**: `docker run -i --rm mcp/Hippy`