Loading MCP server directory, please wait...
Manage AdGuard Home through AI assistants
npx @getmcp/cli add io.github.Samik081/mcp-adguard-homeRequires Node.js 18+. Community-contributed server. Review source before installing.
ADGUARD_URLURL of the AdGuard Home instance (e.g. http://192.168.1.1:3000)
ADGUARD_USERNAMEAdGuard Home username
ADGUARD_PASSWORDAdGuard Home password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Samik081/mcp-adguard-home": {
"command": "node",
"args": [
"@samik081/mcp-adguard-home"
],
"env": {
"ADGUARD_URL": "",
"ADGUARD_USERNAME": "",
"ADGUARD_PASSWORD": ""
}
}
}
}