Skip to content
Cursor

okama mcp for Cursor

io.github.mbk-dev/okama-mcp

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

client:Cursor transport:stdio runtime:pypi

Install okama mcp in Cursor

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

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

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

okama mcp in other clients