mcp-azresource
2
The Azure Resource MCP Server allows users to list and query Azure resources, providing detailed views and cost analysis directly within their workflow. It emphasizes security by using Azure service principal credentials and offers tools for resource discovery and filtering.
Azure Resource MCP Server
- Resource Discovery: List all resources across Azure subscriptions.
- Filtering: Filter by resource group name.
- Cost Analysis: Retrieve subscription cost information.
- Secure: Uses service principal credentials.
- Detailed View: View resource locations, types, and tags.
Tools
- list_azure_resources: Lists resource groups and resources.
- get_azure_costs_rest: Gets cost analysis data for a subscription.
Configuration
- Set up Azure service principal.
- Set environment variables for Azure authentication.
Installation
- Requires Python 3.10+ and an Azure subscription.
- Set up using uv and install dependencies.