This MCP server allows users to manage DNS records, domains, DNSSEC, and SSL certificates through the Porkbun DNS API.
From the registry: Manage DNS records, domains, DNSSEC, SSL certificates via MCP
Please install the `porkbun` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Porkbun API credentials** — Get API key and secret from porkbun.com/account/api (https://porkbun.com/account/api)
- **Python 3.13+** — Python runtime required
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["porkbun-mcp"]
- required environment variables:
- `PORKBUN_API_KEY`: Porkbun API key (pk1_ prefix) (example: `<pk1_your-api-key>`)
- `PORKBUN_SECRET_KEY`: Porkbun secret key (sk1_ prefix) (example: `<sk1_your-secret-key>`)
- optional environment variables:
- `PORKBUN_GET_MUDDY`: Set to 'true' to enable write operations (create/edit/delete). Default is read-only. (example: `true`)
Note: Read-only by default for safety. Add --get-muddy flag or PORKBUN_GET_MUDDY=true env to enable write operations. 22+ tools for DNS, domains, DNSSEC, SSL, pricing.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PORKBUN_API_KEYrequiredYour Porkbun API keyPORKBUN_SECRET_KEYrequiredYour Porkbun secret keyAll Azure MCP tools to create a seamless connection between AI agents and Azure services.