Skip to content
Cursor

mac lookup mcp for Cursor

io.github.mrfentmen/mac-lookup-mcp

Look up the vendor of a MAC address from the MAC Vendors database. No key required.

client:Cursor transport:stdio runtime:npm

Install mac lookup mcp in Cursor

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

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

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

mac lookup mcp in other clients