← Index

io.github.aplaceforallmystuff/mcp-pihole

io.github.aplaceforallmystuff/mcp-pihole·v1.0.1·Other
Quality Score
76
/100

Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-pihole": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "env": {
        "PIHOLE_URL": "<pihole_url>",
        "PIHOLE_PASSWORD": "<your-pihole_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-pihole": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "env": {
        "PIHOLE_URL": "<pihole_url>",
        "PIHOLE_PASSWORD": "<your-pihole_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-pihole-server
§02  Environment variables
PIHOLE_URL
required

Pi-hole web interface URL (e.g., http://pihole.local:8080)

PIHOLE_PASSWORD
requiredsecret

Pi-hole app password for API authentication

§03  MCP Quality Score  ·  methodology
freshness
16
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other