Curated list of LLM-driven trading agents, MCP servers, and agent skills for market research, strategy, and execution.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-trading-agen": {
"command": "npx",
"args": [
"-y",
"LLMQuant/awesome-trading-agents"
]
}
}
}
Run in terminal:
claude mcp add awesome-trading-agen npx -y LLMQuant/awesome-trading-agents
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-trading-agen": {
"command": "npx",
"args": [
"-y",
"LLMQuant/awesome-trading-agents"
]
}
}
}