Mdns
FreeNot checkedMCP server that exposes mDNS service discovery functionality via the Model Context Protocol, enabling LLMs to discover and query zero-configuration network serv
About
MCP server that exposes mDNS service discovery functionality via the Model Context Protocol, enabling LLMs to discover and query zero-configuration network services on the local network.
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
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
Install Mdns in Claude Desktop, Claude Code & Cursor
unyly install mcp-mdnsInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-mdns -- uvx mcp-mdnsFAQ
Is Mdns MCP free?
Yes, Mdns MCP is free — one-click install via Unyly at no cost.
Does Mdns need an API key?
No, Mdns runs without API keys or environment variables.
Is Mdns hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mdns in Claude Desktop, Claude Code or Cursor?
Open Mdns on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Mdns with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
