mcpbeat Sign in

HackTricks MCP Server

local only

HackTricks MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 27 Dec 2025.

Search and query HackTricks pentesting documentation with quick lookup and section extraction

Installs per day peak 35 · avg 13 · +81% w/w
a month agotoday
46
Installs / week
npm · hacktricks-mcp-server
10
Stars
0 open issues
27 Dec 2025
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hacktricks-mcp-server -- npx -y hacktricks-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hacktricks-mcp-server": {
      "args": [
        "-y",
        "hacktricks-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hacktricks-mcp-server]
command = "npx"
args = ["-y", "hacktricks-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "hacktricks-mcp-server": {
      "args": [
        "-y",
        "hacktricks-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hacktricks-mcp-server": {
      "args": [
        "-y",
        "hacktricks-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to HackTricks MCP Server

same job, measured the same way
MTA:SA Documentation MCP Server
by luminaire1337

MCP server for MTA:SA documentation with intelligent search and caching

45 installs/wk local only
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only
Forkast MCP Docs
by forkastpredict

MCP server for querying Forkast documentation

4 tools answering
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
MCP Docs Server
by praveenc

MCP server for searching MCP protocol documentation

46 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only

HackTricks MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for HackTricks MCP Server?
HackTricks MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hacktricks-mcp-server was installed 46 times last week.
How do I connect HackTricks MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hacktricks-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use HackTricks MCP Server?
The npm package hacktricks-mcp-server was installed 46 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HackTricks MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.