This guide helps AI agents and developers install and configure the Azure MCP Server for different environments.
The Azure MCP Server requires configuration based on the client type. Below are the setup instructions for each supported client:
✅ Recommended: Use the Azure MCP Server VS Code Extension
- Open VS Code and go to the Extensions view
(
Ctrl+Shift+Xon Windows/Linux orCmd+Shift+Xon macOS). - Search for "Azure MCP Server" and install the official Azure MCP Server extension by Microsoft.
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P). - Run
MCP: List Servers. - Select
azure-mcp-server-extfrom the list and click Start to launch the server.
Alternative: Use the classic npx route via .vscode/mcp.json
Requires Node.js (Latest LTS version)
- Create or modify the MCP configuration file,
mcp.json, in your.vscodefolder.
{
"servers": {
"Azure MCP Server": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
}
}
}Requires Node.js (Latest LTS version)
- Create or modify the configuration file at
~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"Azure MCP Server": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
}
}
}Download the .mcpb file for your platform/architecture from Assets section of the latest release in our GitHub Releases page:
| Windows | macOS | Linux | |
|---|---|---|---|
| x64 | Azure.Mcp.Server-win-x64.mcpb |
Azure.Mcp.Server-osx-x64.mcpb |
Azure.Mcp.Server-linux-x64.mcpb |
| ARM64 | Azure.Mcp.Server-win-arm64.mcpb |
Azure.Mcp.Server-osx-arm64.mcpb |
Azure.Mcp.Server-linux-arm64.mcpb |
- Option 1 (Recommended): Drag the downloaded
.mcpbfile into the Claude Desktop app window to install it. This is the easiest method ✅. - Option 2:
- Open the hamburger menu on the top left of the Claude Desktop app.
- Go to File > Settings > Extensions > Advanced Settings > Install Extension
- Select the downloaded
.mcpbfile and click Preview. - Click Install in the preview window to add the Azure MCP Server to Claude Desktop.
- Option 3: Set Claude Desktop to be the default application for
.mcpbfiles on your computer. Then, double-click on the downloaded.mcpbfile and Claude Desktop will automatically install the bundle.