Skip to content
Cursor

mcp pwntools for Cursor

io.github.daedalus/mcp-pwntools

MCP server exposing pwntools 4.15.0 functionality for binary exploitation

client:Cursor transport:stdio runtime:pypi

Install mcp pwntools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-pwntools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pwntools"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp pwntools in other clients