PluginBench
MCP Server

io.github.jonnybottles/azure-updates MCP Server

io.github.jonnybottles/azure-updates

What is the io.github.jonnybottles/azure-updates MCP server?

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

How to install io.github.jonnybottles/azure-updates

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "azure-updates": {
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "azure-updates": {
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "azure-updates": {
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "azure-updates": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add azure-updates -- uvx azure-updates-mcp

Related MCP servers

Query the Microsoft 365 Roadmap from AI agents

View repository →