Dear Quants,

AI and the age of LLM technology have taken the world by storm. Since we first started exploring Chat GPT in 2022, there has been no doubt that it is a step change in the technology curve. Just like the advent of the microprocessor caused a leap in technology over the last 50 years, LLMs enable a fluid interface with machines and problem-solving that will change the trajectory of the next decade.

We have many exciting AI projects to share over the next 6 months that we'll discuss soon, but today, we're happy to share that we're launching the QuantConnect MCP Server

How can the QuantConnect MCP Server help your research?

The QuantConnect MCP Server is a bridge for AIs (such as Claude and OpenAI o3 Pro) that lets them interact with our cloud platform. When equipped with our MCP, the AI can autonomously perform tasks on your QuantConnect account on your behalf. 

For example: let's brainstorm and then build a complete strategy with the Claude Desktop application and QuantConnect's MCP, then deploy it to paper trading on QuantConnect.

What is supported with the QuantConnect MCP Server?

We have fully implemented and set up testing on 60+ API endpoints, covering all core ways of using QuantConnect, such as file and project management, coding and compiling, running backtests, parameter optimization, and deploying code to live trading. This equips your AI with all the tools it needs to support your work or even completely automate quant research. Over the last 12 months, we've been working hard to improve the documentation, error verbosity, and code syntax checks to give AIs the best chance of writing high-quality code.

How Do I Get Started?

We recommend using our published Docker image, which is regularly updated and doesn't require managing the MCP server directly. This can be done in a few simple steps:

  1. Install Docker Desktop and run the following command in a terminal to download the QuantConnect MCP Server image: docker pull quantconnect/mcp-server
  2. Install Claude Desktop and log in to your Claude account. To use MCP with Claude, you'll need at least a Pro account ($20/mo), or you can use OpenAI Pro for $200/mo.
  3. Update Claude Desktop to connect with the QuantConnect MCP by opening the developer settings under "File > Settings > Developer > Edit Config". Paste the provided JSON configuration with your user-id and token, and save the file.
  4. Restart Claude to load the new settings and you're ready to go!

For full tutorials and documentation for the MCP Server, see AI Assistance.

For those interested, we've published the QuantConnect MCP Server source code with an Apache 2.0 license, which you can download here. Unlike other MCP implementations, we've built a complete test suite and implemented a CI/CD system to automatically build and deploy new Docker images for the MCP. Over the coming months we will continue to expand this new system with new tools as we expand our API, including adding support for Research Notebooks. 

Happy Coding! (or Prompting?)

QuantConnect Team