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_URLrequiredPi-hole web interface URL (e.g., http://pihole.local:8080)
PIHOLE_PASSWORDrequiredsecretPi-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-serverRelated MCP servers
Unified MCP server for *arr media suite—manage Sonarr, Radarr, Lidarr, and Prowlarr from Claude or ChatGPT.
168
View repository →JavaScript
MIT
Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker
6
View repository →JavaScript
MIT
MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts
4
View repository →JavaScript
MIT
MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics
2
View repository →JavaScript
MIT