Knowledge Systems
Trust: 37/100 (Limited)HackTricks MCP Server Guide
Search and query HackTricks pentesting documentation with quick lookup and section extraction
by Xplo8E
Quick Start
Install
npx hacktricks-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-xplo8e-hacktricks-mcp-server": {
"command": "npx",
"args": [
"hacktricks-mcp-server"
]
}
}
}