Azure MCP Server
CommunityAbout
Microsoft Azure cloud services integration. Manage Azure resources, storage, and services.
Features
- Azure Storage access
- Cosmos DB operations
- Azure CLI integration
- Resource management
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@microsoft/mcp-server-azure"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"azure": {
"command": "npx",
"args": [
"-y",
"@microsoft/mcp-server-azure"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Query Cosmos DB"
- "Access Azure Storage"
- "Manage Azure resources"