Porkbun DNS π·
Rank #8,018io.github.major/porkbun
Manage DNS records, domains, DNSSEC, SSL certificates via MCP
Porkbun DNS π· is a Model Context Protocol (MCP) server published by major. It ranks #8,018 of 115,591 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Porkbun DNS π· is listed across 3 registries β Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jan 17, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 107,573 of 115,591 servers on MCP Toplist.
Use Porkbun DNS π·
Requires user-supplied configuration before first use β typically an API key, token or connection string set via environment variables.
claude mcp add porkbun -e "PORKBUN_API_KEY=<your PORKBUN_API_KEY>" -e "PORKBUN_SECRET_KEY=<your PORKBUN_SECRET_KEY>" -e "PORKBUN_GET_MUDDY=<your PORKBUN_GET_MUDDY>" -- uvx porkbun-mcpReplace each placeholder with your own value before saving.
[mcp_servers.porkbun]
command = "uvx"
args = ["porkbun-mcp"]
[mcp_servers.porkbun.env]
PORKBUN_API_KEY = "<your PORKBUN_API_KEY>"
PORKBUN_SECRET_KEY = "<your PORKBUN_SECRET_KEY>"
PORKBUN_GET_MUDDY = "<your PORKBUN_GET_MUDDY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<your PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<your PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<your PORKBUN_GET_MUDDY>"
}
}
}
}Add to claude_desktop_config.json (Settings β Developer β Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<your PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<your PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<your PORKBUN_GET_MUDDY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"porkbun": {
"type": "stdio",
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<your PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<your PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<your PORKBUN_GET_MUDDY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<your PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<your PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<your PORKBUN_GET_MUDDY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"porkbun": {
"command": "uvx",
"args": [
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<your PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<your PORKBUN_SECRET_KEY>",
"PORKBUN_GET_MUDDY": "<your PORKBUN_GET_MUDDY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README β it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.major%2Fporkbun)<a href="https://mcptoplist.com/server/io.github.major%2Fporkbun"><img src="https://mcptoplist.com/badge/io.github.major%2Fporkbun.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
major
Other servers by major
View all major servers βAvailable versions (9)
| Version | Published |
|---|---|
| 1.1.2 | Apr 10, 2026 |
| 1.1.1 | Jan 23, 2026 |
| 1.1.0 | Jan 22, 2026 |
| 1.0.0 | Jan 19, 2026 |
| 0.2.0 | Jan 19, 2026 |
| 0.1.3 | Jan 19, 2026 |
| 0.1.2 | Jan 19, 2026 |
| 0.1.1 | Jan 19, 2026 |
| 0.1.0 | Jan 19, 2026 |
Frequently asked questions
- Who maintains Porkbun DNS π·?
- Porkbun DNS π· is maintained by major, which publishes 3 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Porkbun DNS π· listed on the Official MCP Registry?
- Yes β Porkbun DNS π· is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Porkbun DNS π· have?
- MCP Toplist tracks 9 versions of Porkbun DNS π·, most recently published on Apr 10, 2026.
- Where can I find the source code for Porkbun DNS π·?
- The source code for Porkbun DNS π· is hosted at github.com/major/porkbun-mcp.