TextToQuant Backtesting and Quant Research for Claude Desktop
com.texttoquant/texttoquant
Backtest plain-English trading strategies on real market data: graded results, honesty flags.
client:Claude Desktop
transport:streamable-http
Install TextToQuant Backtesting and Quant Research in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"texttoquant": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.texttoquant.com/api/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