mcp pwntools for Grok
io.github.daedalus/mcp-pwntools
MCP server exposing pwntools 4.15.0 functionality for binary exploitation
client:Grok
transport:stdio
runtime:pypi
Install mcp pwntools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-pwntools": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-pwntools"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs