Developer Tools
Trust: 37/100 (Limited)io.github.aplaceforallmystuff/mcp-pihole Guide
Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists
1 starsby aplaceforallmystuff
Quick Start
Install
npx mcp-pihole-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-aplaceforallmystuff-mcp-pihole": {
"command": "npx",
"args": [
"mcp-pihole-server"
]
}
}
}