# Manisso/fsociety | Model Context Protocol (MCP) Server > fsociety Hacking Tools Pack – A Penetration Testing Framework - **Stars**: ⭐ 12,201 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fsociety": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fsociety" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fsociety": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fsociety" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fsociety` - **Docker**: `docker run -i --rm mcp/fsociety`