The Azure MCP Server enables Claude Desktop to interact with Azure services via natural language conversations, allowing you to:
List and Select Tenants/Subscriptions: View all available Azure tenants and choose specific tenants and subscriptions for operations
Execute Azure SDK Code: Run custom JavaScript code using Azure SDK to query and manage Azure resources and subscriptions
Manage Resources: Interact with Azure resources using ResourceManagementClient and SubscriptionClient
Benefit from Built-in Features: Automatic authentication, error handling with retry logic, and clean response formatting
Azure MCP (Model Context Protocol) for Claude Desktop
A Model Context Protocol (MCP) implementation that enables Claude Desktop to interact with Azure services. This integration allows Claude to query and manage Azure resources directly through natural language conversations.
Features
Azure Resource Management: Interface with Azure Resource Management client
Subscription Management: List and manage Azure subscriptions
Tenant Management: List and select Azure tenants
Automatic Authentication: Leverages DefaultAzureCredential for flexible authentication methods
Error Handling: Robust error handling with retries for transient failures
Clean Response Formatting: Properly formatted responses compatible with Claude Desktop
Prerequisites
Node.js (v18 or higher)
Claude Desktop Application
Azure Account with appropriate permissions
Azure CLI (optional, for CLI-based authentication)
Installation
Manual Installation
Clone the repository:
Install dependencies:
Configure Claude Desktop:
Open
claude_desktop_config.json
Add the following MCP configuration:
Authentication
The server supports multiple authentication methods through DefaultAzureCredential:
Environment Variables
Managed Identity
Azure CLI
Visual Studio Code
Interactive Browser
The server will automatically try these methods in sequence until one succeeds.
Usage
Close Claude Desktop if it's running (check Task Manager)
Start Claude Desktop
In the chat, you can now ask Azure-related questions like:
"Can you get all the available Azure accounts and subscriptions?"
"List all resource groups in my subscription"
"Show me all virtual machines in a specific resource group"
Example Conversation
Development
Project Structure
Key Components
AzureMCPServer: Main server class implementing the MCP protocol
HandleCallTool: Processes incoming tool requests
ExecuteWithRetry: Implements retry logic for resilient operations
Troubleshooting
Authentication Issues:
Ensure you're logged in via Azure CLI (
az login
)Check environment variables if using service principal
Verify your Azure account has necessary permissions
Connection Issues:
Verify Claude Desktop configuration
Check paths in config file match your installation
Ensure no other instances are running
Common Errors:
NO_TENANT
: Select a tenant using the 'select-tenant' toolNO_CLIENTS
: Ensure proper initialization and authenticationCODE_EXECUTION_FAILED
: Check Azure permissions and connection
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Contributors
@calclavia - Integration with smithery.ai
Acknowledgments
Claude Desktop team for the MCP implementation
Azure SDK team for the comprehensive SDK
Model Context Protocol for enabling AI-service integration
Security Note
This implementation follows Azure security best practices:
No hardcoded credentials
Secure credential chain implementation
Proper error handling and sanitization
For security concerns or vulnerabilities, please create an issue.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.
- Features
- Prerequisites
- Installation
- Authentication
- Usage
- Development
- Troubleshooting
- Contributing
- Contributors
- Acknowledgments
- Security Note
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityLets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things on your Cloudflare account.Last updated -21,1862,949Apache 2.0
- -securityFlicense-qualityIntegrates Claude Desktop with Azure AI Search, allowing users to query search indexes using keyword, vector, or hybrid search methods.Last updated -52
- AsecurityFlicenseAqualityEnables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.Last updated -5621
- -securityAlicense-qualityEnables management of Azure Cloud PCs using the Microsoft Graph API, allowing users to list available Cloud PCs in their tenant through Claude Desktop.Last updated -MIT License