Quantconnect
@QuantConnect
About Quantconnect
The QuantConnect MCP Server is a bridge for AIs (such as Claude and OpenAI o3 Pro) to interact with our cloud platform. When equipped with our MCP, the AI can perform tasks on your behalf through our API such as updating projects, writing strategies, backtesting, and deploying st
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quantconnect": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"QUANTCONNECT_USER_ID",
"-e",
"QUANTCONNECT_API_TOKEN",
"-e",
"AGENT_NAME",
"--platform",
"<your_platform>",
"quantconnect/mcp-server"
],
"env": {
"QUANTCONNECT_USER_ID": "<your_user_id>",
"QUANTCONNECT_API_TOKEN": "<your_api_token>",
"AGENT_NAME": "MCP Server"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is QuantConnect?
The QuantConnect MCP Server is a bridge for AIs like Claude and OpenAI o3 Pro to interact with the QuantConnect cloud platform. It enables an AI to perform tasks on behalf of a user via the QuantConnect API, such as updating projects, writing strategies, backtesting, and deploying strategies to production live-trading.
How to use QuantConnect?
Obtain your user ID and API token by following the instructions at QuantConnect's Request API Token documentation. Then configure the MCP server with those credentials to enable AI access to the platform.
Key features of QuantConnect
- Bridges AI assistants with the QuantConnect cloud platform.
- Supports updating projects and writing trading strategies.
- Enables backtesting of strategies through the API.
- Allows deployment of strategies to live production trading.
- Compatible with multiple chip architectures: linux/amd64 and linux/arm64.
Use cases of QuantConnect
- An AI assistant updating existing QuantConnect projects and strategy code.
- Automating strategy backtesting via natural language commands from an AI.
- Deploying a validated trading strategy to a live production environment.
- Streamlining the workflow from strategy development to deployment using a chat interface.
FAQ from QuantConnect
How do I get my user ID and API token?
Follow the guide at QuantConnect's Request API Token documentation, available at https://www.quantconnect.com/docs/v2/cloud-platform/community/profile#09-Request-API-Token.
What AI assistants are supported?
The server is designed for assistants such as Claude and OpenAI o3 Pro, and any other AI that supports MCP.
What platform architectures are supported?
The MCP server supports linux/amd64 (Intel/AMD chips) and linux/arm64 (for example, Apple's M-series chips).
More AI & Agents MCP servers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments