mcpbeat Sign in

MCP Pihole MCP Server

local only

MCP Pihole runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 9 Aug 2026.

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

Installs per day peak 59 · avg 12 · +123% w/w
a month agotoday
99
Installs / week
npm · mcp-pihole-server
8
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Pihole every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-pihole -- npx -y mcp-pihole-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pihole": {
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-pihole]
command = "npx"
args = ["-y", "mcp-pihole-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pihole": {
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-pihole": {
      "args": [
        "-y",
        "mcp-pihole-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PIHOLE_URL (Pi-hole web interface URL (e.g., http://pihole.local:8080)), PIHOLE_PASSWORD (Pi-hole app password for API authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Pihole

same job, measured the same way
Pi-hole MCP Server
by hexamatic

Manage Pi-hole v6: DNS blocking, domains, clients, query analysis, DHCP, and multi-instance sync.

local only
Pi-hole MCP Server
by ranklancer

MCP server for Pi-hole v6 API — manage multiple instances: queries, lists, groups, stats

30 installs/wk local only
Dependency MCP
by niradler

MCP server for checking package versions across multiple package managers

38 installs/wk local only
Hotelbooking
by dida-ai

Hotel Booking MCP Server

39 installs/wk local only
Proxmox VE MCP Server
by samik081

Manage Proxmox VE through AI assistants

165 installs/wk local only
MCPClientMock
by akkshay10

MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state

47 installs/wk local only
AdGuard Home MCP Server
by samik081

Manage AdGuard Home through AI assistants

173 installs/wk local only
Plesk MCP
by flayedone

Manage your Plesk hosting server using AI assistants.

100 installs/wk local only

MCP Pihole — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Pihole?
MCP Pihole runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-pihole-server was installed 99 times last week.
How do I connect MCP Pihole?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-pihole-server straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Pihole?
The npm package mcp-pihole-server was installed 99 times in the last week. Week over week that is +123%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Pihole open source?
Yes — it is published under the MIT licence, written in JavaScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.