AlgoMaker — quantitative trading strategy factory for Claude Desktop
com.algomakers/algomaker
Mine, validate and paper-trade quantitative trading strategies. The engine runs on your machine.
client:Claude Desktop
transport:streamable-http
tools:4
Install AlgoMaker — quantitative trading strategy factory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"algomaker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://algomakers.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs