PluginBench
MCP Server
Active
MIT

io.github.aplaceforallmystuff/mcp-pihole MCP Server

io.github.aplaceforallmystuff/mcp-pihole

What is the io.github.aplaceforallmystuff/mcp-pihole MCP server?

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

How to install io.github.aplaceforallmystuff/mcp-pihole

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PIHOLE_URL
    required

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

  • PIHOLE_PASSWORD
    required
    secret

    Pi-hole app password for API authentication

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pihole": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "env": {
        "PIHOLE_URL": "<YOUR_PIHOLE_URL>",
        "PIHOLE_PASSWORD": "<YOUR_PIHOLE_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pihole": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "env": {
        "PIHOLE_URL": "<YOUR_PIHOLE_URL>",
        "PIHOLE_PASSWORD": "<YOUR_PIHOLE_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-pihole": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "env": {
        "PIHOLE_URL": "<YOUR_PIHOLE_URL>",
        "PIHOLE_PASSWORD": "<YOUR_PIHOLE_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-pihole": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "env": {
        "PIHOLE_URL": "<YOUR_PIHOLE_URL>",
        "PIHOLE_PASSWORD": "<YOUR_PIHOLE_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-pihole --env PIHOLE_URL=<YOUR_PIHOLE_URL> --env PIHOLE_PASSWORD=<YOUR_PIHOLE_PASSWORD> -- npx -y mcp-pihole-server

Related MCP servers

Unified MCP server for *arr media suite—manage Sonarr, Radarr, Lidarr, and Prowlarr from Claude or ChatGPT.

168
JavaScript
MIT
View repository →

Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker

6
JavaScript
MIT
View repository →

MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts

4
JavaScript
MIT
View repository →

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

2
JavaScript
MIT
View repository →