ai-trader
The MCP server allows AI assistants to run backtests, fetch data, and analyze trading strategies seamlessly.
The MCP server is integrated within the AI-Trader framework, enabling professional traders to leverage AI assistants like Claude for algorithmic trading. It facilitates the execution of backtests, retrieval of market data, and analysis of various trading strategies, making it easier for users to optimize their trading approaches. With its config-driven architecture, users can manage their workflows efficiently and reproducibly.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ai-trader": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-trader"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions