QuantConnect/mcp-server
by Various
Official Python MCP server for local interactions with the QuantConnect API
MCP
QuantConnect/mcp-server
Added 1 June 2026
Overview
This is an official Python server that implements the Model Context Protocol for local interactions with the QuantConnect API. It allows AI agents or tools to access QuantConnect’s algorithmic trading platform through a standardized interface.
Best for
Best for
Developers building AI agents that need direct, local access to QuantConnect’s algorithmic trading capabilities.
Use cases
- Building AI agents that can execute trades and retrieve market data via QuantConnect
- Integrating QuantConnect account management into custom development workflows
- Automating algorithmic trading strategies with context-aware model interactions
How to use
Tools exposed
read_accountcreate_projectread_projectlist_projectsupdate_projectdelete_projectcreate_project_collaboratorread_project_collaboratorsupdate_project_collaboratordelete_project_collaboratorlock_project_with_collaboratorsread_project_nodesupdate_project_nodescreate_compileread_compilecreate_fileread_fileupdate_file_nameupdate_file_contentspatch_file
Tested with
Claude Desktop, VS Code, ChatGPT
Example client config
{\n "mcpServers": {\n "quantconnect": {\n "command": "docker",\n "args": [\n "run",\n "-i",\n "--rm",\n "-e", "QUANTCONNECT_USER_ID",\n "-e", "QUANTCONNECT_API_TOKEN",\n "-e", "AGENT_NAME",\n "--platform", "<your_platform>",\n "quantconnect/mcp-server"\n ],\n "env": {\n "QUANTCONNECT_USER_ID": "<your_user_id>",\n "QUANTCONNECT_API_TOKEN": "<your_api_token>",\n "AGENT_NAME": "MCP Server"\n }\n }\n }\n} Notes
This is an official Python server that implements the Model Context Protocol for local interactions with the QuantConnect API. It allows AI agents or tools to access QuantConnect’s algorithmic trading platform through a standardized interface.
74 stars on GitHub. Last updated 2026-05-07. Licensed Apache-2.0.
Use cases
- Building AI agents that can execute trades and retrieve market data via QuantConnect
- Integrating QuantConnect account management into custom development workflows
- Automating algorithmic trading strategies with context-aware model interactions
Pros
- Official tool from QuantConnect, ensuring API compatibility
- Uses the Model Context Protocol for standardized agent integration
- Pure Python implementation, easy to extend or embed
Cons
- Relatively small community (74 stars) may limit support and examples
- Requires a QuantConnect account and API key to function
- Python only, not available for other languages
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Official tool from QuantConnect, ensuring API compatibility
- Uses the Model Context Protocol for standardized agent integration
- Pure Python implementation, easy to extend or embed
Cons
- Relatively small community (74 stars) may limit support and examples
- Requires a QuantConnect account and API key to function
- Python only, not available for other languages
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.