mcpbeat Sign in

Pi-hole MCP Server

by ranklancer Your server? Claim it
local only

Pi-hole MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 13 · avg 5 · +89% w/w
a month agotoday
30
Installs / week
npm · @ranklancer/pihole-mcp
2
Stars
1 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pi-hole MCP Server 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 pihole-mcp -- npx -y @ranklancer/pihole-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pihole-mcp": {
      "args": [
        "-y",
        "@ranklancer/pihole-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pihole-mcp]
command = "npx"
args = ["-y", "@ranklancer/pihole-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pihole-mcp": {
      "args": [
        "-y",
        "@ranklancer/pihole-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pihole-mcp": {
      "args": [
        "-y",
        "@ranklancer/pihole-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PIHOLE_INSTANCES (Comma-separated list of Pi-hole instance names (e.g. 'pihole' or 'primary,secondary')), PIHOLE_BASE_URL (Base URL of your first Pi-hole instance (e.g. 'http://192.168.1.100')), PIHOLE_PASSWORD (API password for your first Pi-hole instance). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pi-hole MCP Server

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
MCP Pihole
by aplaceforallmystuff

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

99 installs/wk local only
VK Ads MCP
by askads

MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics.

92 installs/wk local only
Dependency MCP
by niradler

MCP server for checking package versions across multiple package managers

38 installs/wk local only
MCP Neo4j Aura Manager
by neo4j-contrib

MCP server for Neo4j Aura Database Instance Manager.

159 installs/wk local only
xyzDB
by tunolabs

MCP server for xyzDB: run xyTalk queries, inspect lobes and stats, take hot snapshots.

local only
Meta
by mikusnuz

MCP server for Instagram Graph API, Threads API & Meta platform management

225 installs/wk local only
Yandex Webmaster MCP
by theyahia

MCP server for Yandex.Webmaster API — hosts, search queries, indexing status. Bearer token auth.

80 installs/wk local only

Pi-hole MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Pi-hole MCP Server?
Pi-hole MCP Server 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 @ranklancer/pihole-mcp was installed 30 times last week.
How do I connect Pi-hole MCP Server?
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 @ranklancer/pihole-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pi-hole MCP Server?
The npm package @ranklancer/pihole-mcp was installed 30 times in the last week. Week over week that is +89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pi-hole MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.