ncasfl/Pyrit-MCP
An MCP (Model Context Protocol) server that wraps **Microsoft's PyRIT** (Python Risk Identification Toolkit), exposing its AI red-teaming capabilities as structured tools that Claude — or any MCP-compatible LLM — can orchestrate, direct, and reason about in real time.
Platform-specific configuration:
{
"mcpServers": {
"Pyrit-MCP": {
"command": "npx",
"args": [
"-y",
"Pyrit-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...