Manage Pi-hole v6: DNS blocking, domains, clients, query analysis, DHCP, and multi-instance sync.
npx @getmcp/cli add io.github.hexamatic/pihole-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PIHOLE_URLBase URL of your Pi-hole web interface. For multiple Pi-holes use PIHOLE_1_URL, PIHOLE_2_URL, ... instead.
PIHOLE_PASSWORDPi-hole admin password, or an application password (recommended — bypasses TOTP 2FA)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hexamatic/pihole-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PIHOLE_URL",
"-e",
"PIHOLE_PASSWORD",
"-e",
"TZ",
"-e",
"PIHOLE_TLS_SKIP_VERIFY",
"-e",
"PIHOLE_REQUEST_TIMEOUT",
"-e",
"PIHOLE_MAX_RETRIES",
"-e",
"PIHOLE_RETRY_MAX_DELAY",
"ghcr.io/hexamatic/pihole-mcp:0.8.0"
],
"env": {
"PIHOLE_URL": "",
"PIHOLE_PASSWORD": "",
"TZ": "",
"PIHOLE_TLS_SKIP_VERIFY": "false",
"PIHOLE_REQUEST_TIMEOUT": "30s",
"PIHOLE_MAX_RETRIES": "3",
"PIHOLE_RETRY_MAX_DELAY": "8s"
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)