Power BI Authoring MCP Server (Local) for Gemini CLI
com.microsoft/powerbi-modeling-mcp
The Power BI Authoring MCP server lets an AI agent create and change Power BI semantic models.
client:Gemini CLI
transport:stdio
runtime:npm
Install Power BI Authoring MCP Server (Local) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs