Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. MCP Server
MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:46:12 PM

MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository77 GitHub StarsTotal stargazers on GitHub for the source repository (77 stars).Visit Website
quantconnectfinancealgorithmic-tradingbacktestingdocker

Connects local AI clients to QuantConnect for project, backtest, collaboration, and live-trading operations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "quantconnect-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Overview

QuantConnect/mcp-server MCP server connects local AI clients such as Claude Desktop to the QuantConnect cloud API. It exposes tools for managing projects and files, compiling and backtesting algorithms, running optimizations, handling collaborators, and controlling live deployments. The Dockerized server uses a QuantConnect user ID and API token, with optional agent naming for request tracking. This repository is deprecated; QuantConnect recommends using the MCP server embedded in VS Code instead.

Use cases

•Create and update QuantConnect projects
•Write, patch, compile, and validate algorithm files
•Run backtests and inspect charts, orders, and insights
•Manage optimization jobs
•Monitor or control live algorithm deployments

Key features

•Project and collaborator management
•Algorithm file editing and compilation
•Backtesting and optimization operations
•Live-trading deployment controls
•Object Store file access
•Code checking and QuantConnect search

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.

Extracted Tool Capabilities
Project and collaborator management
Algorithm file editing and compilation
Backtesting and optimization operations
Live-trading deployment controls
Object Store file access
Code checking and QuantConnect search

How MCP Server works

What QuantConnect/mcp-server MCP server does

QuantConnect/mcp-server MCP server gives an MCP-compatible AI client access to QuantConnect account and cloud-platform operations. It can create, inspect, modify, and delete projects; manage project collaborators; read and edit project files; and compile algorithm code. The available tools also cover backtests, optimization jobs, live algorithms, Object Store files, LEAN version information, and several code-assistance operations.

The server is intended for users who want an AI assistant to work with QuantConnect projects through natural-language requests. Depending on the operation, an assistant can update strategy code, check syntax, run initialization checks, start a backtest, inspect results, or manage a live-trading deployment. Destructive operations are included, such as deleting projects, files, backtests, optimizations, and Object Store files, so client permissions and prompts should be handled carefully.

How it works

The distribution runs as a Docker image and communicates with a local MCP client over the client’s configured process connection. Claude Desktop is the documented example. The container authenticates to QuantConnect using QUANTCONNECT_USER_ID and QUANTCONNECT_API_TOKEN. AGENT_NAME identifies the request source and is useful when multiple agents operate at the same time.

QuantConnect/mcp-server MCP server exposes 64 listed tools. Project tools provide access to projects, collaborators, nodes, files, compilation, and code checks. Research and execution tools cover backtests, charts, orders, insights, optimization, and live algorithm status. Other tools search QuantConnect content, access Object Store data, authorize brokerage or data-provider connections, and report the running or latest MCP server version.

Setup and configuration

Docker Desktop and an MCP client are required for the documented local setup. In Claude Desktop, add a server entry that runs the quantconnect/mcp-server Docker image with interactive input and removes the container after exit. Pass the two QuantConnect credentials and an agent name through the container environment.

The image supports both linux/amd64 and linux/arm64. ARM-based systems, including Apple M-series machines, should select the ARM platform when configuring Docker. The README also documents pulling the image with docker pull quantconnect/mcp-server to update the local copy.

After changing the Claude Desktop configuration, restart the client. QuantConnect’s documentation links to its API-token request instructions for obtaining credentials.

Limitations and notes

This repository is marked deprecated. QuantConnect states that the preferred MCP experience is the one embedded in VS Code, so new deployments should evaluate that option before using this Docker-based repository.

The material documents Claude Desktop as a local client example, but does not provide a complete compatibility list for every MCP client. It also does not specify pricing, repository licensing, or the access requirements for individual QuantConnect account features. Live-trading tools can authorize connections, create deployments, send commands, stop algorithms, and liquidate them; use those capabilities only with appropriate safeguards.

QuantConnect/mcp-server MCP server is most relevant when the AI client needs to perform operations against an existing QuantConnect account rather than only generate strategy code locally.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Flox MCP logoFlox MCP

    MCP server for the FLOX trading systems framework. 30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: pip install flox-mcp.

    💰 Finance & Fintech3 views
    Compare vs Flox MCP →
  • Brazilian Central Bank (BCB) MCP logoBrazilian Central Bank (BCB) MCP
    Verified

    MCP server for the Brazilian Central Bank (Banco Central do Brasil): SGS time series (Selic, IPCA, exchange rates, GDP and 139 curated, source-verified indicators), the Focus market-expectations survey and PTAX official exchange rates. 15 tools, 3 resources and 3 prompts, with provenance metadata on every response. Runs locally via npx (stdio) or through the hosted endpoint at https://bcb.sidneybissoli.com/mcp — no API key or signup required.

    💰 Finance & Fintech7 views
    Compare vs Brazilian Central Bank (BCB) MCP →
  • Bexio MCP Server logoBexio MCP Server

    Swiss accounting integration for Bexio. 221 tools for invoices, contacts, projects.

    💰 Finance & Fintech3 views
    Compare vs Bexio MCP Server →
  • Tradingview MCP logoTradingview MCP

    Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

    💰 Finance & Fintech4 views
    Compare vs Tradingview MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
77
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server

Install Docker Desktop, configure the Docker image quantconnect/mcp-server in an MCP client such as Claude Desktop, provide your QuantConnect user ID and API token, and restart the client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/quantconnect-mcp-server?style=directory)](https://allmcps.com/mcp/quantconnect-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/quantconnect-mcp-server"><img src="https://allmcps.com/api/badge/quantconnect-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
PricingBring your own API key (usage-based cost)
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars77
GitHub Star CountTotal stargazers on GitHub representing community popularity (77 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 7, 2026
47Quality signal: Fair · 47/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools24/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage — this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 19d ago via OSV.dev · @modelcontextprotocol/inspector (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code