azure-sdk-for-python (MCP Server)

GitHub

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "azure-sdk-for-python": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-sdk-for-python"
      ]
    }
  }
}