Porkbun DNS ๐ท for Grok
io.github.major/porkbun
Manage DNS records, domains, DNSSEC, SSL certificates via MCP
client:Grok
transport:stdio
runtime:pypi
Install Porkbun DNS ๐ท in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"porkbun": {
"type": "stdio",
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<PORKBUN_GET_MUDDY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs