mcpbeat Sign in

Porkbun DNS ๐Ÿท MCP Server

local only

Porkbun DNS ๐Ÿท runs on your own machine โ€” the client starts it, so there is no endpoint to ping. 186 installs a week from pypi. Last commit 2 Jun 2026.

Manage DNS records, domains, DNSSEC, SSL certificates via MCP

Installs per day peak 81 ยท avg 23 ยท +58% w/w
a month agotoday
186
Installs / week
pypi ยท porkbun-mcp
23
Stars
1 open issues
2 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago ยท rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:176
      - name: Update server.json version
        run: |
          VERSION=${{ needs.release-tag.outputs.version }}

Is this your server and something here is wrong? Tell us โ€” corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Porkbun DNS ๐Ÿท every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free ยท no card

Connect this server

This server runs on your own machine โ€” install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add porkbun -- uvx porkbun-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "porkbun": {
      "args": [
        "porkbun-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.porkbun]
command = "uvx"
args = ["porkbun-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "porkbun": {
      "args": [
        "porkbun-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "porkbun": {
      "args": [
        "porkbun-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PORKBUN_API_KEY (Porkbun API key), PORKBUN_SECRET_KEY (Porkbun secret key), PORKBUN_GET_MUDDY (Enable write operations (default: false for read-only mode)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Porkbun DNS ๐Ÿท

same job, measured the same way
Porkbun MCP
by korobkov-v

MCP server for Porkbun domains and DNS.

116 installs/wk local only
MCP Plesk Lite
by mohamedbenhariz

MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI.

31 installs/wk local only
I
Spaceship MCP
by bartwaardenburg

Manage domains, DNS records, contacts, marketplace listings, and more via the Spaceship API

75 installs/wk local only
Ntfy MCP Server
by cyanheads

Send, manage, and replay ntfy push notifications via MCP.

1โ€‰085 installs/wk local only
MCP Cloudflare DNS
by ayo-fam

Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules.

74 installs/wk local only
Namefi
by namefi

Search, buy, and manage domains, DNS records, orders, and NFSC balance on Namefi.

answering
SEO Web Analysis MCP Server
by thenextgennexus

Run Lighthouse audits, check SSL certificates, detect tech stacks, query WHOIS and DNS records

17 installs/wk local only
UniFi Protect MCP
by sirkirby

Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.

5โ€‰684 installs/wk local only

Porkbun DNS ๐Ÿท โ€” questions

Answers built from our own checks of this server.

Why is there no uptime for Porkbun DNS ๐Ÿท?
Porkbun DNS ๐Ÿท runs on your own machine over stdio โ€” there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package porkbun-mcp was installed 186 times last week.
How do I connect Porkbun DNS ๐Ÿท?
Copy the ready config from this page โ€” we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls porkbun-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Porkbun DNS ๐Ÿท?
The pypi package porkbun-mcp was installed 186 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Porkbun DNS ๐Ÿท open source?
Yes โ€” it is published under the MIT licence, written in Python, 23 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.