quantrisk for Claude Desktop
io.github.78degrees/quantrisk
Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.
client:Claude Desktop
transport:stdio
runtime:npm
Install quantrisk in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"quantrisk": {
"command": "npx",
"args": [
"-y",
"@quantrisk/mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs