mac lookup mcp for VS Code
io.github.mrfentmen/mac-lookup-mcp
Look up the vendor of a MAC address from the MAC Vendors database. No key required.
client:VS Code
transport:stdio
runtime:npm
Install mac lookup mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mac-lookup-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mac-lookup-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs