Packages and Binaries:

metasploitmcp

MCP Server for Metasploit
A Model Context Protocol (MCP) server for Metasploit Framework integration.

Installed size: 103 KB
How to install: sudo apt install metasploitmcp

Dependencies:
  • python3
  • python3-fastapi
  • python3-fastmcp
  • python3-mcp
  • python3-pymetasploit3
  • python3-uvicorn
metasploitmcp
root@kali:~# metasploitmcp -h
usage: MetasploitMCP.py [-h] [--transport {http,stdio}] [--host HOST]
                        [--port PORT] [--reload] [--find-port]

Run Streamlined Metasploit MCP Server

options:
  -h, --help            show this help message and exit
  --transport {http,stdio}
                        MCP transport mode to use (http=SSE, stdio=direct
                        pipe)
  --host HOST           Host to bind the HTTP server to (default: 127.0.0.1)
  --port PORT           Port to listen on (default: find available from 8085)
  --reload              Enable auto-reload (for development)
  --find-port           Force finding an available port starting from --port
                        or 8085



Updated on: 2026-Mar-09