AdGuard Home Server
Manage and query your AdGuard Home DNS records and filtering rules through AI agents. Simplify DNS management by integrating with AI workflows. Enable seamless control over your AdGuard Home instance via a standardized protocol.
Ask AI about AdGuard Home Server
Powered by Claude Β· Grounded in docs
I know everything about AdGuard Home Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
π‘οΈ AdGuard Home MCP
A Model Context Protocol (MCP) server implementation for AdGuard Home. Easily query and manage DNS records, filtering rules, and more via AI agents.
π Quick Start with Smithery.ai
This server is ready to deploy on Smithery.ai! Simply upload this repository and configure your AdGuard Home credentials.
Configuration Required:
- AdGuard Username: Your AdGuard Home admin username
- AdGuard Password: Your AdGuard Home admin password
- AdGuard URL: Base URL of your AdGuard Home instance (e.g.,
http://localhost:3000)
π¦ Local Installation
{
"mcpServers": {
"adguard-home": {
"command": "npx",
"args": ["-y", "@thelord/mcp-adguard-home"],
"env": {
"ADGUARD_USERNAME": "admin",
"ADGUARD_PASSWORD": "tu-password",
"ADGUARD_URL": "http://192.168.1.100:3000"
}
}
}
}
π License
Licensed under the MIT License.
A FORK FROM : https://github.com/fcannizzaro/mcp-adguard-home
