Porkbun DNS ๐ท for Cursor
io.github.major/porkbun
Manage DNS records, domains, DNSSEC, SSL certificates via MCP
client:Cursor
transport:stdio
runtime:pypi
Install Porkbun DNS ๐ท in Cursor
~/.cursor/mcp.json ยท windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs