Skip to content
Cursor

port scanner mcp for Cursor

io.github.mrfentmen/port-scanner-mcp

Scan local or remote hosts for open TCP ports. Runs locally.

client:Cursor transport:stdio runtime:npm

Install port scanner mcp in Cursor

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

{
  "mcpServers": {
    "port-scanner-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "port-scanner-mcp"
      ]
    }
  }
}

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

port scanner mcp in other clients