# kernc/backtesting.py | Model Context Protocol (MCP) Server > 🔎 📈 🐍 💰 Backtest trading strategies in Python. - **Stars**: ⭐ 8,689 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "backtesting.py": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-backtesting.py" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "backtesting.py": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-backtesting.py" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-backtesting.py` - **Docker**: `docker run -i --rm mcp/backtesting.py`