# HKUDS/Vibe-Trading | Model Context Protocol (MCP) Server > "Vibe-Trading: Your Personal Trading Agent" - **Stars**: ⭐ 30,712 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Vibe-Trading": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Vibe-Trading" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Vibe-Trading": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Vibe-Trading" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Vibe-Trading` - **Docker**: `docker run -i --rm mcp/Vibe-Trading`