★ 514 stars
Python
💻 Code/Dev Tools
Updated 1mo ago
Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-trader": {
"command": "uvx",
"args": [
"ai-trader"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-trader uvx ai-trader
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-trader": {
"command": "uvx",
"args": [
"ai-trader"
]
}
}
}
📋 Copy
Or install with pip: pip install ai-trader
Topics
ai ai-agents algorithmic-trading backtrader cli mcp mcp-server portfolio-management quantitative-finance stock-price-prediction trading