The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Mdns listing page.
MCP server that exposes mDNS (Multicast DNS) service discovery functionality via the Model Context Protocol. Enables LLMs to discover and query zero-configuration network services on the local network.
mcp-name: io.github.daedalus/mcp-mdns
Or run directly with Python:
Configure your MCP client with:
mdns_list_service_types — List all service types advertised on the local networkmdns_browse_services — Browse for services of a specific type (e.g., _http._tcp, _printer._tcp)mdns_get_service_info — Get detailed information about a specific service (host, port, TXT records)mdns_resolve_hostname — Resolve a .local hostname to IP addressesmdns_register_service — Register a new service on the local networkmdns_unregister_service — Unregister a previously registered serviceMIT