← Back to Plugins
MCP Server MCP

io.github.aplaceforallmystuff/mcp-pihole

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-pihole-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Pi-hole web interface URL (e.g., http://pihole.local:8080)",
          "isRequired": true,
          "format": "string",
          "name": "PIHOLE_URL"
        },
        {
          "description": "Pi-hole app password for API authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PIHOLE_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...