Update Hijack Poc
Rank #2,305io.github.NOTTIBOY137/update-hijack-poc
MCP server providing update-hijack-poc capabilities
Update Hijack Poc is a Model Context Protocol (MCP) server published by NOTTIBOY137. It ranks #2,305 of 115,460 servers tracked on MCP Toplist, and its repository has 117 GitHub stars. Update Hijack Poc is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 113,155 of 115,460 servers on MCP Toplist.
Use Update Hijack Poc
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add update-hijack-poc -- npx -y @nottiboy1337/mcp-update-hijack-poc[mcp_servers.update-hijack-poc]
command = "npx"
args = ["-y", "@nottiboy1337/mcp-update-hijack-poc"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"update-hijack-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-update-hijack-poc"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"update-hijack-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-update-hijack-poc"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"update-hijack-poc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-update-hijack-poc"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"update-hijack-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-update-hijack-poc"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"update-hijack-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-update-hijack-poc"
]
}
}
}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.NOTTIBOY137%2Fupdate-hijack-poc)<a href="https://mcptoplist.com/server/io.github.NOTTIBOY137%2Fupdate-hijack-poc"><img src="https://mcptoplist.com/badge/io.github.NOTTIBOY137%2Fupdate-hijack-poc.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
NOTTIBOY137
Other servers by NOTTIBOY137
View all NOTTIBOY137 servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Feb 3, 2026 |
| 1.0.0 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Update Hijack Poc?
- Update Hijack Poc is maintained by NOTTIBOY137, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Update Hijack Poc listed on the Official MCP Registry?
- Yes — Update Hijack Poc is listed on the Official MCP Registry.
- How many versions does Update Hijack Poc have?
- MCP Toplist tracks 3 versions of Update Hijack Poc, most recently published on Feb 3, 2026.
- Where can I find the source code for Update Hijack Poc?
- The source code for Update Hijack Poc is hosted at github.com/NOTTIBOY137/mcp-update-hijack-poc.