Azure MCP Server for Gemini CLI
com.microsoft/azure
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
client:Gemini CLI
transport:stdio
runtime:nuget
Install Azure MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"azure": {
"command": "dnx",
"args": [
"Azure.Mcp",
"--yes"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs