Skip to content
Grok

ModelRisk for Grok

io.github.vosesoftware/modelrisk-mcp

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

client:Grok transport:stdio runtime:pypi

Install ModelRisk in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ModelRisk in other clients