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"
      ]
    }
  }
}