Home › Other › Porkbun DNS 🐷

Porkbun DNS 🐷

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

Python
★ 23 stars Last pushed 2026-06-01 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.1.2)

uvx porkbun-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "porkbun-mcp": {
      "command": "uvx",
      "args": [
        "porkbun-mcp"
      ],
      "env": {
        "PORKBUN_API_KEY": "<YOUR_VALUE>",
        "PORKBUN_SECRET_KEY": "<YOUR_VALUE>",
        "PORKBUN_GET_MUDDY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PORKBUN_API_KEY required — Porkbun API key
  • PORKBUN_SECRET_KEY required — Porkbun secret key
  • PORKBUN_GET_MUDDY — Enable write operations (default: false for read-only mode)

Related servers

Data from the Official MCP Registry