Skip to content
Grok

hibp for Grok

io.github.darrenjrobinson/hibp

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

client:Grok transport:stdio runtime:npm

Install hibp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hibp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "env": {
        "HIBP_API_KEY": "<HIBP_API_KEY>",
        "HIBP_SUBSCRIPTION_PLAN": "<HIBP_SUBSCRIPTION_PLAN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

hibp in other clients