AZ

Azure

Created 6 months ago

Azure MCP Server implements the MCP specification for seamless AI agent connection to Azure services.

development location documentation public Azure MCP

What is Azure?

The Azure MCP Server gives MCP Clients access to key Azure services and tools like Azure Storage, Cosmos DB, the Azure CLI, and more.

Documentation

Azure MCP Server Documentation

The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. For detailed command documentation and examples, see Azure MCP Commands.

Installation Guide

  1. Install VS Code.
  2. Install the GitHub Copilot and GitHub Copilot Chat extensions.
  3. Install the Azure MCP Server extension.

Quick Start

  1. Open GitHub Copilot in VS Code and switch to Agent mode.
  2. Click refresh on the tools list to see the Azure MCP Server.
  3. Try prompts like List my Azure Storage containers.

Supported Tools

  • Azure AI Search
  • Azure App Configuration
  • Azure Kubernetes Service (AKS)
  • Azure Cosmos DB
  • Azure Data Explorer
  • Azure Monitor
  • Azure SQL Database
  • Azure Resource Management
  • Azure Storage

Troubleshooting

See Troubleshooting guide for help with common issues.

Server Config

{
  "mcpServers": {
    "azure-server": {
      "command": "npx",
      "args": [
        "azure"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Microsoft
Category: official
License: MIT License
Tags:
development location documentation