loading…
Search for a command to run...
loading…
Retrieve the current device's MAC address instantly. Use it to identify a device, verify network access, or populate inventory records. Simplify workflows that
Retrieve the current device's MAC address instantly. Use it to identify a device, verify network access, or populate inventory records. Simplify workflows that need a stable hardware identifier.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"mcp-server-mac": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"guanqun-yang/mcp-server-mac"
]
}
}
}