Description
Composer's MCP server lets MCP-enabled LLMs like Claude backtest trading ideas and automatically invest in them for you.
Installation
npx -y composer-trade-mcp npm install composer-trade-mcp git clone https://github.com/invest-composer/composer-trade-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"composer-trade-mcp": {
"command": "npx",
"args": [
"-y",
"composer-trade-mcp"
]
}
}
} Stay Updated on MCP
Get weekly updates on new MCP servers, integration guides, and AI development tips.
We respect your privacy. Unsubscribe anytime.