RobertoDure/metasploit-mcp-server
This Model Context Protocol (MCP) server enables AI assistants to interact with and execute Metasploit Framework commands through a standardized interface. The server wraps Metasploit functionality into MCP tools that can be discovered and used by compatible clients like Claude.
Platform-specific configuration:
{
"mcpServers": {
"metasploit-mcp-server": {
"command": "npx",
"args": [
"-y",
"metasploit-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...