Azure Updates
Rank #42,834io.github.jonnybottles/azure-updates
MCP server providing azure-updates capabilities
Azure Updates is a Model Context Protocol (MCP) server published by jonnybottles. It ranks #42,834 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Azure Updates is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 27, 2026 and most recently updated on Jan 31, 2026.
Ranks ahead of 72,757 of 115,591 servers on MCP Toplist.
Use Azure Updates
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add azure-updates -- uvx azure-updates-mcp[mcp_servers.azure-updates]
command = "uvx"
args = ["azure-updates-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"azure-updates": {
"command": "uvx",
"args": [
"azure-updates-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"azure-updates": {
"command": "uvx",
"args": [
"azure-updates-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"azure-updates": {
"type": "stdio",
"command": "uvx",
"args": [
"azure-updates-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"azure-updates": {
"command": "uvx",
"args": [
"azure-updates-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"azure-updates": {
"command": "uvx",
"args": [
"azure-updates-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jonnybottles%2Fazure-updates)<a href="https://mcptoplist.com/server/io.github.jonnybottles%2Fazure-updates"><img src="https://mcptoplist.com/badge/io.github.jonnybottles%2Fazure-updates.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
jonnybottles
Other servers by jonnybottles
View all jonnybottles servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jan 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Azure Updates?
- Azure Updates is maintained by jonnybottles, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Azure Updates listed on the Official MCP Registry?
- Yes — Azure Updates is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Azure Updates have?
- MCP Toplist tracks 2 versions of Azure Updates, most recently published on Jan 31, 2026.
- Where can I find the source code for Azure Updates?
- The source code for Azure Updates is hosted at github.com/jonnybottles/azure-updates-mcp.