Loading MCP server directory, please wait...
Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists
npx @getmcp/cli add io.github.aplaceforallmystuff/mcp-piholeRequires Node.js 18+. Community-contributed server. Review source before installing.
PIHOLE_URLPi-hole web interface URL (e.g., http://pihole.local:8080)
PIHOLE_PASSWORDPi-hole app password for API authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aplaceforallmystuff/mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "",
"PIHOLE_PASSWORD": ""
}
}
}
}