Skip to content
Grok

Porkbun DNS ๐Ÿท for Grok

io.github.major/porkbun

Manage DNS records, domains, DNSSEC, SSL certificates via MCP

client:Grok transport:stdio runtime:pypi

Install Porkbun DNS ๐Ÿท 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": {
    "porkbun": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "porkbun-mcp"
      ],
      "env": {
        "PORKBUN_API_KEY": "<PORKBUN_API_KEY>",
        "PORKBUN_SECRET_KEY": "<PORKBUN_SECRET_KEY>",
        "PORKBUN_GET_MUDDY": "<PORKBUN_GET_MUDDY>"
      }
    }
  }
}

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

Porkbun DNS ๐Ÿท in other clients