pypi azure-mcp-serverstdioupdated 8mo ago
A Model Context Protocol (MCP) server for integrating Azure with GenAI applications.
O que dá para fazer com Azure?
Azure MCP Server
Azure Mcp Server
A Model Context Protocol (MCP) server for integrating Azure with GenAI applications.
Overview
Microsoft Azure cloud services integration
Features
- Comprehensive Azure API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
Installation
pip install azure-mcp-server
Or install from source:
git clone https://github.com/asklokesh/azure-mcp-server.git
cd azure-mcp-server
pip install -e .
Configuration
Create a .env file or set environment variables according to Azure API requirements.
Quick Start
from azure_mcp import AzureMCPServer
# Initialize the server
server = AzureMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details
Instalação
Adicione Azure ao seu cliente. Escolha o que você usa.
claude mcp add azure-mcp-server -- uvx azure-mcp-servercodex mcp add azure-mcp-server -- uvx azure-mcp-serveramp mcp add azure-mcp-server -- uvx azure-mcp-server{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"azure-mcp-server","command":"uvx","args":["azure-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"azure-mcp-server": {
"type": "local",
"command": "uvx",
"args": [
"azure-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"azure-mcp-server": {
"command": {
"path": "uvx",
"args": [
"azure-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
uvx azure-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção9/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 244 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 31 de dez. de 2025 |