MCP Pihole
Rank #14,639io.github.aplaceforallmystuff/mcp-pihole
MCP server providing pihole capabilities
MCP Pihole is a Model Context Protocol (MCP) server published by aplaceforallmystuff. It ranks #14,639 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. MCP Pihole is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 28, 2025 and most recently updated on Nov 28, 2025.
Ranks ahead of 100,821 of 115,460 servers on MCP Toplist.
Use MCP Pihole
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-pihole -e "PIHOLE_URL=<your PIHOLE_URL>" -e "PIHOLE_PASSWORD=<your PIHOLE_PASSWORD>" -- npx -y mcp-pihole-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-pihole]
command = "npx"
args = ["-y", "mcp-pihole-server"]
[mcp_servers.mcp-pihole.env]
PIHOLE_URL = "<your PIHOLE_URL>"
PIHOLE_PASSWORD = "<your PIHOLE_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<your PIHOLE_URL>",
"PIHOLE_PASSWORD": "<your PIHOLE_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<your PIHOLE_URL>",
"PIHOLE_PASSWORD": "<your PIHOLE_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-pihole": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<your PIHOLE_URL>",
"PIHOLE_PASSWORD": "<your PIHOLE_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<your PIHOLE_URL>",
"PIHOLE_PASSWORD": "<your PIHOLE_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<your PIHOLE_URL>",
"PIHOLE_PASSWORD": "<your PIHOLE_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-pihole)<a href="https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-pihole"><img src="https://mcptoplist.com/badge/io.github.aplaceforallmystuff%2Fmcp-pihole.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aplaceforallmystuff
Other servers by aplaceforallmystuff
- MCP Arr#2,081 · 2 vers
- MCP Kit#12,426 · 2 vers
- MCP Threatintel#14,640 · 2 vers
- MCP Fantastical Server#16,737
- mcp-tailscale#23,231
- mcp-local-llm#23,238
- Spain AI Kit#26,356
- MCP Pickaxe#30,647 · 2 vers
- mcp-wisdom#32,148
- WordPress Abilities MCP Server#32,149
- MCP Homescan Server#51,717
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Nov 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Pihole?
- MCP Pihole is maintained by aplaceforallmystuff, which publishes 12 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Pihole listed on the Official MCP Registry?
- Yes — MCP Pihole is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Pihole have?
- MCP Toplist tracks 2 versions of MCP Pihole, most recently published on Nov 28, 2025.
- Where can I find the source code for MCP Pihole?
- The source code for MCP Pihole is hosted at github.com/aplaceforallmystuff/mcp-pihole.