Quantified Investor Portfolio Simulator for Claude Desktop
io.github.manuciao88/portfolio-simulator
Portfolio scenarios with instrument checks, Monte Carlo analysis and interactive reports.
client:Claude Desktop
transport:streamable-http
Install Quantified Investor Portfolio Simulator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"portfolio-simulator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.quantifiedinvestor.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