Odel
azure updates mcp

azure updates mcp

Local
@jonnybottles1PythonMITUpdated 7mo ago

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIazure-updates-mcpv0.1.1

Run

uvx azure-updates-mcp

MCP client config

{
  "mcpServers": {
    "azure-updates-mcp": {
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}