# ricequant/rqalpha | Model Context Protocol (MCP) Server > A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities - **Stars**: ⭐ 6,603 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rqalpha": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rqalpha" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rqalpha": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rqalpha" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rqalpha` - **Docker**: `docker run -i --rm mcp/rqalpha`