Porkbun DNS ๐ท for Claude Desktop
io.github.major/porkbun
Manage DNS records, domains, DNSSEC, SSL certificates via MCP
client:Claude Desktop
transport:stdio
runtime:pypi
Install Porkbun DNS ๐ท in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json ยท windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<PORKBUN_GET_MUDDY>"
}
}
}
}
Settings โ Developer โ Edit Config opens this file. Restart the app after saving. Claude Desktop docs