quantcontext-mcp-server

zomma-dev/quantcontext-mcp-server
★ 8 stars Python 🤖 AI/LLM Updated 16d ago
QuantContext is an MCP server that gives AI agents real quant computation for better trading: stock screening, strategy backtesting, and factor analysis.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quantcontext-mcp-ser": {
      "command": "uvx",
      "args": [
        "quantcontext-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install quantcontext-mcp-server