Skip to content
Cursor

Azure for Cursor

io.github.asklokesh/azure-mcp-server

MCP server for Azure API integration

client:Cursor transport:stdio runtime:pypi

Install Azure in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "azure-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "azure-mcp-server"
      ],
      "env": {
        "AZURE_SUBSCRIPTION_ID": "<AZURE_SUBSCRIPTION_ID>",
        "AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
        "AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
        "AZURE_TENANT_ID": "<AZURE_TENANT_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Azure in other clients