AdGuard Home MCP Server
Rank #6,998io.github.Samik081/mcp-adguard-home
Manage AdGuard Home through AI assistants
AdGuard Home MCP Server is a Model Context Protocol (MCP) server published by samik081. It ranks #6,998 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. AdGuard Home MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 108,462 of 115,460 servers on MCP Toplist.
Use AdGuard Home MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-adguard-home -e "ADGUARD_URL=<your ADGUARD_URL>" -e "ADGUARD_USERNAME=<your ADGUARD_USERNAME>" -e "ADGUARD_PASSWORD=<your ADGUARD_PASSWORD>" -- npx -y @samik081/mcp-adguard-homeReplace each placeholder with your own value before saving.
claude mcp add mcp-adguard-home -e "ADGUARD_URL=<your ADGUARD_URL>" -e "ADGUARD_USERNAME=<your ADGUARD_USERNAME>" -e "ADGUARD_PASSWORD=<your ADGUARD_PASSWORD>" -- docker run -i --rm ghcr.io/samik081/mcp-adguard-home:0.9.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-adguard-home]
command = "npx"
args = ["-y", "@samik081/mcp-adguard-home"]
[mcp_servers.mcp-adguard-home.env]
ADGUARD_URL = "<your ADGUARD_URL>"
ADGUARD_USERNAME = "<your ADGUARD_USERNAME>"
ADGUARD_PASSWORD = "<your ADGUARD_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-adguard-home]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/samik081/mcp-adguard-home:0.9.0"]
[mcp_servers.mcp-adguard-home.env]
ADGUARD_URL = "<your ADGUARD_URL>"
ADGUARD_USERNAME = "<your ADGUARD_USERNAME>"
ADGUARD_PASSWORD = "<your ADGUARD_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-adguard-home"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-adguard-home:0.9.0"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-adguard-home"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-adguard-home:0.9.0"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-adguard-home": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samik081/mcp-adguard-home"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-adguard-home": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-adguard-home:0.9.0"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-adguard-home"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-adguard-home:0.9.0"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-adguard-home"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-adguard-home": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-adguard-home:0.9.0"
],
"env": {
"ADGUARD_URL": "<your ADGUARD_URL>",
"ADGUARD_USERNAME": "<your ADGUARD_USERNAME>",
"ADGUARD_PASSWORD": "<your ADGUARD_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Samik081%2Fmcp-adguard-home)<a href="https://mcptoplist.com/server/io.github.Samik081%2Fmcp-adguard-home"><img src="https://mcptoplist.com/badge/io.github.Samik081%2Fmcp-adguard-home.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
samik081
Other servers by samik081
- Proxmox VE MCP Server#3,548 · 6 vers
- Authentik MCP Server#6,511 · 6 vers
- Komodo MCP Server#6,533 · 6 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.9.0 | Aug 13, 2026 |
| 0.7.0 | Apr 9, 2026 |
| 0.6.0 | Apr 8, 2026 |
| 0.5.8 | Mar 17, 2026 |
| 0.5.7 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains AdGuard Home MCP Server?
- AdGuard Home MCP Server is maintained by samik081, which publishes 4 MCP servers (24 total versions) tracked on MCP Toplist.
- Is AdGuard Home MCP Server listed on the Official MCP Registry?
- Yes — AdGuard Home MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AdGuard Home MCP Server have?
- MCP Toplist tracks 6 versions of AdGuard Home MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for AdGuard Home MCP Server?
- The source code for AdGuard Home MCP Server is hosted at github.com/samik081/mcp-adguard-home.