QuantConnectMCP

TheFractalyst/QuantConnectMCP
★ 1 stars Python AI/LLM Updated today
QuantConnect/Lean MCP server - 6 tools for docs lookup, code validation, and code generation. 1265 entries, 100% sitemap coverage.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quantconnectmcp": {
      "command": "uvx",
      "args": [
        "quantconnectmcp"
      ]
    }
  }
}

Or install with pip: pip install quantconnectmcp

README Excerpt

Complete QuantConnect/Lean reference documentation MCP server with 1265 entries covering 100% of the official QuantConnect v2 documentation sitemap. --- ```bash pip install qc-lean-mcp qc-lean-mcp ``` That's it. On first run, the server auto-builds the ChromaDB vector store from shipped JSON data (takes 30-60 seconds for embedding model download + indexing).