Skip to main content
Finance & FintechPython

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.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuantConnect/mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "quantconnect-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "QuantConnect/mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Python
Author
QuantConnect