MCP Server
MCP
Azure
MCP server for Azure API integration
Install
uvx azure-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "azure-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Azure Subscription ID",
"isRequired": true,
"name": "AZURE_SUBSCRIPTION_ID"
},
{
"description": "Azure Client ID",
"isRequired": true,
"isSecret": true,
"name": "AZURE_CLIENT_ID"
},
{
"description": "Azure Client Secret",
"isRequired": true,
"isSecret": true,
"name": "AZURE_CLIENT_SECRET"
},
{
"description": "Azure Tenant ID",
"isRequired": true,
"name": "AZURE_TENANT_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment