Odel
mcp pymetasploit3

mcp pymetasploit3

Local
@daedalus1PythonMITUpdated 2mo ago

MCP server for Metasploit Framework via pymetasploit3

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-pymetasploit3v0.1.1

Run

uvx mcp-pymetasploit3

MCP client config

{
  "mcpServers": {
    "mcp-pymetasploit3": {
      "command": "uvx",
      "args": [
        "mcp-pymetasploit3"
      ]
    }
  }
}