patch-tuesday-mcp
Rank #8,011io.github.jonnybottles/patch-tuesday
Query Microsoft Patch Tuesday security updates (MSRC) with EPSS and CISA KEV enrichment
patch-tuesday-mcp is a Model Context Protocol (MCP) server published by jonnybottles. It ranks #8,011 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. patch-tuesday-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 107,580 of 115,591 servers on MCP Toplist.
Use patch-tuesday-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http patch-tuesday https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcpclaude mcp add patch-tuesday -- uvx patch-tuesday-mcp[mcp_servers.patch-tuesday]
url = "https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.patch-tuesday]
command = "uvx"
args = ["patch-tuesday-mcp"]Add to ~/.codex/config.toml.
https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"patch-tuesday": {
"command": "uvx",
"args": [
"patch-tuesday-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"patch-tuesday": {
"url": "https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"patch-tuesday": {
"command": "uvx",
"args": [
"patch-tuesday-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"patch-tuesday": {
"type": "http",
"url": "https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"patch-tuesday": {
"type": "stdio",
"command": "uvx",
"args": [
"patch-tuesday-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"patch-tuesday": {
"serverUrl": "https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"patch-tuesday": {
"command": "uvx",
"args": [
"patch-tuesday-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"patch-tuesday": {
"url": "https://patch-tuesday-mcp.agreeabledesert-d0b8e491.eastus2.azurecontainerapps.io/mcp"
}
}
}{
"mcpServers": {
"patch-tuesday": {
"command": "uvx",
"args": [
"patch-tuesday-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%2Fpatch-tuesday)<a href="https://mcptoplist.com/server/io.github.jonnybottles%2Fpatch-tuesday"><img src="https://mcptoplist.com/badge/io.github.jonnybottles%2Fpatch-tuesday.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
jonnybottles
Other servers by jonnybottles
View all jonnybottles servers →Available versions (3)
| Version | Published |
|---|---|
| 0.9.1 | Jul 26, 2026 |
| 0.8.0 | Jul 12, 2026 |
| 0.7.0 | Jul 11, 2026 |
Frequently asked questions
- Who maintains patch-tuesday-mcp?
- patch-tuesday-mcp is maintained by jonnybottles, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is patch-tuesday-mcp listed on the Official MCP Registry?
- Yes — patch-tuesday-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does patch-tuesday-mcp have?
- MCP Toplist tracks 3 versions of patch-tuesday-mcp, most recently published on Jul 26, 2026.
- Where can I find the source code for patch-tuesday-mcp?
- The source code for patch-tuesday-mcp is hosted at github.com/jonnybottles/patch-tuesday-mcp.