Hacktricks MCP Server
Rank #15,889io.github.Xplo8E/hacktricks-mcp-server
MCP server providing hacktricks-server capabilities
Hacktricks MCP Server is a Model Context Protocol (MCP) server published by xplo8e. It ranks #15,889 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Hacktricks MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Dec 26, 2025 and most recently updated on Dec 27, 2025.
Ranks ahead of 116,157 of 132,046 servers on MCP Toplist.
Use Hacktricks MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hacktricks-mcp-server -- npx -y hacktricks-mcp-server[mcp_servers.hacktricks-mcp-server]
command = "npx"
args = ["-y", "hacktricks-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hacktricks-mcp-server": {
"command": "npx",
"args": [
"-y",
"hacktricks-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hacktricks-mcp-server": {
"command": "npx",
"args": [
"-y",
"hacktricks-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hacktricks-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hacktricks-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hacktricks-mcp-server": {
"command": "npx",
"args": [
"-y",
"hacktricks-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hacktricks-mcp-server": {
"command": "npx",
"args": [
"-y",
"hacktricks-mcp-server"
]
}
}
}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.Xplo8E%2Fhacktricks-mcp-server)<a href="https://mcptoplist.com/server/io.github.Xplo8E%2Fhacktricks-mcp-server"><img src="https://mcptoplist.com/badge/io.github.Xplo8E%2Fhacktricks-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
xplo8e
Available versions (4)
| Version | Published |
|---|---|
| 1.3.4 | Dec 27, 2025 |
| 1.3.3 | Dec 27, 2025 |
| 1.3.2 | Dec 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hacktricks MCP Server?
- Hacktricks MCP Server is maintained by xplo8e, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Hacktricks MCP Server listed on the Official MCP Registry?
- Yes — Hacktricks MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hacktricks MCP Server have?
- MCP Toplist tracks 4 versions of Hacktricks MCP Server, most recently published on Dec 27, 2025.
- Where can I find the source code for Hacktricks MCP Server?
- The source code for Hacktricks MCP Server is hosted at github.com/xplo8e/hacktricks-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.