Skip to content
Cursor

mcp pymetasploit3 for Cursor

io.github.daedalus/mcp-pymetasploit3

MCP server for Metasploit Framework via pymetasploit3

client:Cursor transport:stdio runtime:pypi

Install mcp pymetasploit3 in Cursor

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

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

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

mcp pymetasploit3 in other clients