MCP server for mDNS (Multicast DNS) service discovery
Valid MCP server (1 strong, 5 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
10 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-mdns": {
"args": [
"mcp-mdns"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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
pip install mcp-mdns
# Run the MCP server
mcp-mdns
Or run directly with Python:
python -m mcp_mdns
Configure your MCP client with:
{
"mcpServers": {
"mdns": {
"command": "mcp-mdns",
"env": {}
}
}
}
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 servicegit 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/
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.