Codex Desktop
Codex supports Streamable HTTP servers in ~/.codex/config.toml.
~/.codex/config.toml
[mcp_servers.wifi-lens]
url = "http://127.0.0.1:19840/"AI desktop integration
Turn a compatible desktop AI into a local Wi-Fi analyst. One setup prompt connects it to live scan data without sending anything to the cloud.
Start a scan, open Settings, turn on the MCP server, and confirm its port. The server stays on 127.0.0.1.
Copy the prompt below into Codex Desktop or Claude Desktop. It asks the client to add only this local MCP entry and verify the tools.
The same prompt describes the goal. Each client uses its own configuration format.
Codex supports Streamable HTTP servers in ~/.codex/config.toml.
~/.codex/config.toml
[mcp_servers.wifi-lens]
url = "http://127.0.0.1:19840/"Claude Desktop uses an mcpServers JSON entry for Streamable HTTP servers.
{
"mcpServers": {
"wifi-lens": {
"url": "http://127.0.0.1:19840/"
}
}
}SSID, BSSID, RSSI, band, channel, PHY, security, and capability flags.
Network counts by channel and band to spot crowded spectrum.
Look up a network by BSSID when the answer needs one device, not the whole list.
MCP is off until you enable it. The server binds to 127.0.0.1, does not upload scans, and has no telemetry. Do not tunnel or forward it.
WiFi Lens is independent software. Codex and Claude are supported through the standard MCP interface, not through an official partnership.