
AI-Trader
Supports UIby whchien
Backtrader-powered algorithmic trading framework with MCP server for LLM-driven backtesting and market analysis.
What it does
AI-Trader connects Large Language Models to a professional quantitative trading engine. It allows AI assistants to execute backtests, fetch historical market data, and analyze trading strategies across US stocks, Taiwan stocks, cryptocurrencies, and forex markets using the Backtrader framework.
Tools
run_backtest: Executes a trading strategy on historical data and returns performance metrics.fetch_market_data: Downloads historical price data for specific assets from supported markets.list_strategies: Provides a list of all available built-in and custom trading strategies.analyze_strategy: Performs detailed analysis on a specific strategy's performance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ai-trader": {
"command": "python3",
"args": ["-m", "ai_trader.mcp"],
"cwd": "/path/to/ai-trader"
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install ai-traderInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






