Skip to content
VS Code

mcp pymetasploit3 for VS Code

io.github.daedalus/mcp-pymetasploit3

MCP server for Metasploit Framework via pymetasploit3

client:VS Code transport:stdio runtime:pypi

Install mcp pymetasploit3 in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-pymetasploit3": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pymetasploit3"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp pymetasploit3 in other clients