MCP server for Porkbun, npx-first runtime.
Porkbun MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for Porkbun, npx-first runtime.
Use it from any MCP-compatible client to inspect and manage:
The server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Porkbun MCP is connected, these are the calls the assistant has available:
DNSSEC — SSL certificate bundleread — only behavior by defaultPORKBUN_API_KEY — PORKBUN_SECRET_KEYping — pricing_getConnectivity — ping, pricing_getDomains — list, nameservers, URL forwarding, glue records (get/create/update/delete), availabilityDNS — list/get/create/edit/delete (including by name/type)SSL — certificate bundle retrievaldns_query — dns_upsertdomain_health_check — dns_removedomain_redirect_ensure — domain_cutover_webdns_audit — dns_setupYou will need 2 environment variables: PORKBUN_API_KEY, PORKBUN_SECRET_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Porkbun MCP's toolset — DNSSEC, read, PORKBUN_API_KEY and 10 more — is a fair guide to whether it matches your workflow. It is maintained by korobkov-v; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| DNSSEC | SSL certificate bundle |
| read | only behavior by default |
| PORKBUN_API_KEY | PORKBUN_SECRET_KEY |
| ping | pricing_get |
| Connectivity | ping, pricing_get |
| Domains | list, nameservers, URL forwarding, glue records (get/create/update/delete), availability |
| DNS | list/get/create/edit/delete (including by name/type) |
| SSL | certificate bundle retrieval |
| dns_query | dns_upsert |
| domain_health_check | dns_remove |
| domain_redirect_ensure | domain_cutover_web |
| dns_audit | dns_setup |
| email_dns_setup | update_server_ip |
</details>
### Write mode with `npx`
```json
{
"mcpServers": {
"porkbun-mcp": {
"command": "npx",
"args": ["-y", "porkbun-mcp", "--get-muddy"],
"env": {
"PORKBUN_API_KEY": "your_porkbun_api_key",
"PORKBUN_SECRET_KEY": "your_porkbun_secret_api_key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PORKBUN_API_KEY | Credential the server authenticates with. | Yes |
| PORKBUN_SECRET_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.