π¦
io.github.daedalus/mcp-mdns
MCP server for mDNS (Multicast DNS) service discovery
0 installs
Trust: 37 β Low
Devtools
Ask AI about io.github.daedalus/mcp-mdns
Powered by Claude Β· Grounded in docs
I know everything about io.github.daedalus/mcp-mdns. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-mdns β MCP server for mDNS service discovery
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
Install
pip install mcp-mdns
Usage
# Run the MCP server
mcp-mdns
Or run directly with Python:
python -m mcp_mdns
MCP Server Configuration
Configure your MCP client with:
{
"mcpServers": {
"mdns": {
"command": "mcp-mdns",
"env": {}
}
}
}
Available Tools
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 service
Development
git clone https://github.com/daedalus/mcp-mdns.git
cd mcp-mdns
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
License
MIT
