MCP Directory
Back

ai-trader

by whchien · Python · ★ 859

Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.

#ai#ai-agents#algorithmic-trading#backtrader#cli#mcp#mcp-server#portfolio-management#quantitative-finance#stock-price-prediction#trading

Install

pip install git+https://github.com/whchien/ai-trader.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ai-trader": {
      "command": "uvx",
      "args": [
        "git+https://github.com/whchien/ai-trader.git"
      ]
    }
  }
}

From the README

[](https://www.python.org/downloads/) [](LICENSE) [中文版說明 (Chinese Subpage)](README_zh.md) A professional, config-driven backtesting framework for algorithmic trading, built on Backtrader. Seamlessly test, optimize, and integrate trading strategies with Large Language Models (LLMs) across stocks, crypto, and forex markets. - **Config-Driven Workflows**: Define and manage backtests with version-controllable YAML files for reproducible results. - **Seamless LLM Integration**: Built-in MCP (Model Context Protocol) server allows AI assistants like Claude to run backtests, fetch data, and analyze…
Read full README on GitHub →

Related finance servers