V-Lab for Claude Desktop
io.github.volatility/vlab-mcp
Volatility, SRISK, CRISK, liquidity and climate data from NYU Stern's V-Lab, with model forecasts.
client:Claude Desktop
transport:streamable-http
Install V-Lab in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vlab-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vlab.stern.nyu.edu/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