Skip to content
Gemini CLI

SemanticOps MCP (for Power BI) for Gemini CLI

io.github.maxanatsko/mcp-engine

Power BI MCP server (Supports Windows and macOS)

client:Gemini CLI transport:stdio runtime:npm

Install SemanticOps MCP (for Power BI) in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-engine": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-engine"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

SemanticOps MCP (for Power BI) in other clients