Odel
okama mcp

okama mcp

Local
@mbk-dev4PythonMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIokama-mcpv1.9.0

Run

uvx okama-mcp

MCP client config

{
  "mcpServers": {
    "okama-mcp": {
      "command": "uvx",
      "args": [
        "okama-mcp"
      ]
    }
  }
}