Skip to content
Grok

okama mcp for Grok

io.github.mbk-dev/okama-mcp

Portfolio analytics via the okama library: backtests, Monte Carlo, efficient frontier, PNG charts

client:Grok transport:stdio runtime:pypi

Install okama mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "okama-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "okama-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

okama mcp in other clients