# 0x4m4/hexstrike-ai | Model Context Protocol (MCP) Server > HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly bridge LLMs with real-world offensive security capabilities. - **Stars**: ⭐ 8,638 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hexstrike-ai": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hexstrike-ai" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hexstrike-ai": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hexstrike-ai" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hexstrike-ai` - **Docker**: `docker run -i --rm mcp/hexstrike-ai`