A Model Context Protocol (MCP) server that enables AI assistants to perform network scanning operations using NMAP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nmap-mcp-server": {
"command": "npx",
"args": [
"-y",
"PhialsBasement/nmap-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nmap-mcp-server npx -y PhialsBasement/nmap-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nmap-mcp-server": {
"command": "npx",
"args": [
"-y",
"PhialsBasement/nmap-mcp-server"
]
}
}
}