Skip to content
Cursor

ModelRisk for Cursor

io.github.vosesoftware/modelrisk-mcp

Read, build, fit, and run Monte Carlo risk models in Excel through Vose Software's ModelRisk.

client:Cursor transport:stdio runtime:pypi

Install ModelRisk in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "modelrisk-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "modelrisk-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ModelRisk in other clients