Connect to Microsoft Azure services
npx -y @modelcontextprotocol/server-azure-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Access Azure services through MCP.
{
"mcpServers": {
"azure": {
"command": "npx",
"args": ["-y", "@azure/mcp-server"],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-subscription",
"AZURE_CLIENT_ID": "your-client-id",
"AZURE_CLIENT_SECRET": "your-secret",
"AZURE_TENANT_ID": "your-tenant"
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Azure MCP Server in your preferred AI coding tool.
claude_desktop_config.jsonAccess documents, sheets, and files from Google Drive directly in your AI conversations.
Interact with AWS services programmatically
Interact with Microsoft Teams
Access documents, sheets, and files from Google Drive directly in your agent context.