Skip to content
Cursor

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

Held in this page only โ€” never stored, logged, or sent anywhere but back to your screen.

{
  "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

Porkbun DNS ๐Ÿท in other clients