/setup
Configure Azure MCP server with Azure CLI authentication
$ npx -y skills add fcakyon/claude-codex-settings --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/setup
Context preview
What this command does when you run it.
Configure Azure MCP server with Azure CLI authentication
Command definition
setup.mddescription: Configure Azure MCP server with Azure CLI authentication
Azure Tools Setup
Configure the Azure MCP server with Azure CLI authentication.
Step 1: Check Prerequisites
Check if Azure CLI is installed:
az --version
Check if Node.js is installed:
node --version
Report status based on results.
Step 2: Show Installation Guide
If Azure CLI is missing, tell the user:
Azure CLI is required for Azure MCP authentication.
Install Azure CLI:
- macOS: brew install azure-cli
- Linux: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
- Windows: winget install Microsoft.AzureCLI
After installing, restart your terminal and run this setup again.
If Node.js is missing, tell the user:
Node.js 20 LTS or later is required for Azure MCP.
Install Node.js:
- macOS: brew install node@20
- Linux: curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs
- Windows: winget install OpenJS.NodeJS.LTS
After installing, restart your terminal and run this setup again.
Step 3: Check Authentication
If prerequisites are installed, check Azure login status:
az account show
If not logged in, tell the user:
You need to authenticate to Azure.
Run: az login
This opens a browser for authentication. After signing in, you can close the browser.
Step 4: Verify Configuration
After authentication, verify:
1. Read `${CLAUDE_PLUGIN_ROOT}/.mcp.json` to confirm Azure MCP is configured 2. Tell the user the current configuration
Step 5: Confirm Success
Tell the user:
Azure MCP is configured!
IMPORTANT: Restart Claude Code for changes to take effect.
- Exit Claude Code
- Run `claude` again
To verify after restart, run /mcp and check that 'azure' server is connected.
Reference: https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server
Read more
description: Configure Azure MCP server with Azure CLI authentication
Azure Tools Setup
Configure the Azure MCP server with Azure CLI authentication.
Step 1: Check Prerequisites
Check if Azure CLI is installed:
az --version
Check if Node.js is installed:
node --version
Report status based on results.
Step 2: Show Installation Guide
If Azure CLI is missing, tell the user:
Azure CLI is required for Azure MCP authentication. Install Azure CLI: - macOS: brew install azure-cli - Linux: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash - Windows: winget install Microsoft.AzureCLI After installing, restart your terminal and run this setup again.
If Node.js is missing, tell the user:
Node.js 20 LTS or later is required for Azure MCP. Install Node.js: - macOS: brew install node@20 - Linux: curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs - Windows: winget install OpenJS.NodeJS.LTS After installing, restart your terminal and run this setup again.
Step 3: Check Authentication
If prerequisites are installed, check Azure login status:
az account show
If not logged in, tell the user:
You need to authenticate to Azure. Run: az login This opens a browser for authentication. After signing in, you can close the browser.
Step 4: Verify Configuration
After authentication, verify:
1. Read `${CLAUDE_PLUGIN_ROOT}/.mcp.json` to confirm Azure MCP is configured 2. Tell the user the current configuration
Step 5: Confirm Success
Tell the user:
Azure MCP is configured! IMPORTANT: Restart Claude Code for changes to take effect. - Exit Claude Code - Run `claude` again To verify after restart, run /mcp and check that 'azure' server is connected. Reference: https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server
Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
Repo: fcakyon/claude-codex-settings
Other commands on claude-codex-settings.
- /load-claude-md
Refresh context with CLAUDE.md instructions
Open command - /sync-allowlist
Sync allowlist from GitHub repository to user settings
Open command - /sync-claude-md
Sync CLAUDE.md from GitHub repository
Open command - /update-readme
Update README.md plugin sections and download links
Open command - /functions
Manage Supabase Edge Functions.
Open command - /gen
Automatically generates type definitions based on your Postgres database schema.
Open command

