Skip to content
Cursor

pihole mcp for Cursor

io.github.mrfentmen/pihole-mcp

MCP server for Pi-hole: status, stats, blocking toggle. Works with any instance.

client:Cursor transport:stdio runtime:npm

Install pihole mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pihole-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pihole-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pihole mcp in other clients