QuantConnect/mcp-server
🐍 ☁️ – A Dockerized Python MCP server that bridges your local AI (e.g., Claude Desktop, etc) with the QuantConnect API—empowering you to create projects, backtest strategies, manage collaborators, and deploy live-trading workflows directly via natural-language prompts.
Quick Start
Clone the repository:
git clone https://github.com/QuantConnect/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"quantconnect-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuantConnect/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.