# elder-plinius/T3MP3ST | Model Context Protocol (MCP) Server > autonomous red teaming platform; multi-agent offensive-security meta-harness - **Stars**: ⭐ 5,315 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "T3MP3ST": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-T3MP3ST" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "T3MP3ST": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-T3MP3ST" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-T3MP3ST` - **Docker**: `docker run -i --rm mcp/T3MP3ST`