Porkbun DNS ๐ท
About
Manage DNS records, domains, DNSSEC, SSL certificates via MCP
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source โ it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PORKBUN_API_KEY PORKBUN_SECRET_KEY PORKBUN_GET_MUDDYClaude Code
claude mcp add --env PORKBUN_API_KEY= --env PORKBUN_SECRET_KEY= --env PORKBUN_GET_MUDDY= porkbun -- uvx porkbun-mcp
Cursor
If the button doesn't open Cursor, use the JSON below โ Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"porkbun","command":"uvx","args":["porkbun-mcp"],"env":{"PORKBUN_API_KEY":"","PORKBUN_SECRET_KEY":"","PORKBUN_GET_MUDDY":""}}'
JSON
{
"mcpServers": {
"porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "",
"PORKBUN_SECRET_KEY": "",
"PORKBUN_GET_MUDDY": ""
}
}
}
}
Environment variables are listed by name only โ fill in your own values. Entries never carry secrets.