Skip to content
Cursor

mcp mdns for Cursor

io.github.daedalus/mcp-mdns

MCP server for mDNS (Multicast DNS) service discovery

client:Cursor transport:stdio runtime:pypi

Install mcp mdns in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-mdns": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-mdns"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp mdns in other clients