Porkbun DNS ๐ท MCP Server
Manage DNS records, domains, DNSSEC, SSL certificates via MCP. Its 22 documented tools cover dns, domains, name, type. It runs locally over stdio via the published package.
People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-06-01 ยท โ 23 ยท #100 OF 250 MAINTAINED API INTEGRATION ยท VERIFIED 2026-08-25
MIT ยท Python servers ยท how we verify โ /methodology
01 ยท Install Porkbun DNS ๐ท
before you install - you'll need
Set PORKBUN_API_KEY, PORKBUN_SECRET_KEY, PORKBUN_GET_MUDDY before connecting.
Claude Code
claude mcp add major-porkbun-mcp -- uvx porkbun-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"major-porkbun-mcp": {
"command": "uvx",
"args": [
"porkbun-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop ยท mcpServers
Cursor ยท mcpServers
VS Code ยท servers
Windsurf ยท mcpServers
Zed ยท context_servers
Cline ยท mcpServers
Roo Code ยท mcpServers
Continue ยท mcpServers
LibreChat ยท mcpServers
Gemini CLI ยท mcpServers
Codex CLI ยท mcp_servers
Full setup guides: every client.
02 ยท Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package porkbun-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.major is GitHub-verified and matches the repo owner
03 ยท What Porkbun DNS ๐ท can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list all DNS records for a domain, get a specific DNS record by ID, create a new DNS record, and edit a DNS record by ID.
Capability map
Tools grouped from the project's README - what Porkbun DNS ๐ท lets an agent do.
Dns
8 tools - e.g. List all DNS records for a domain; Get a specific DNS record by ID; Get DNS records by subdomain and type
dns_list ยท dns_get ยท dns_get_by_name_type ยท dns_create ยท dns_edit ยท dns_edit_by_name_typeโฆ
Domains
8 tools - e.g. List all domains in your account; Get nameservers for a domain; Update nameservers for a domain
domains_list ยท domains_get_nameservers ยท domains_update_nameservers ยท domains_get_url_forwards ยท domains_add_url_forward ยท domains_delete_url_forwardโฆ
Dnssec
3 tools - e.g. List DNSSEC records for a domain; Create a DNSSEC record; Delete a DNSSEC record
dnssec_list ยท dnssec_create ยท dnssec_delete
Ssl
1 tool - e.g. Retrieve the SSL certificate bundle for a domain
ssl_retrieve
Pricing
1 tool - e.g. Get pricing for all available TLDs
pricing_get
Ping
1 tool - e.g. Test API connectivity and get your public IP
ping
Latest releases
v1.1.2 ยท 2026-04-10
update dependency fastmcp to v3.2.0 [security] ยท update actions/deploy-pages action to v5 ยท update codecov/codecov-action action to v6 ยท update dependency fastmcp to v3.2.0 [security] ยท update actions/deploy-pagesโฆ
v1.1.1 ยท 2026-01-23
guide LLMs to prefer pricing_get over availability checks ยท guide LLMs to prefer pricing_get over availability checks ยท guide LLMs to prefer pricing_get over availability checks
v1.1.0 ยท 2026-01-22
upgrade to FastMCP v3.0.0b1 ยท upgrade to FastMCP v3.0.0b1
04 ยท Who maintains Porkbun DNS ๐ท
Porkbun DNS ๐ท is maintained by major. We track 2 MCP servers from major - 1 actively maintained, 23 combined GitHub stars, oldest repo from Jan 2026.
05 ยท Facts
- repository
- github.com/major/porkbun-mcp
- category
- API integration - ranked #100 of 250 actively-maintained API integration servers as of 2026-08-25.
- registry
- io.github.major/porkbun (active, first published 2026-01-19 ยท 9 versions)
- packages
- pypi:porkbun-mcp
06 ยท Porkbun DNS ๐ท FAQ
Is Porkbun DNS ๐ท still maintained?
Yes - as of 2026-08-25, its last commit was 2026-06-01. We re-verify nightly.
What can Porkbun DNS ๐ท do?
With this server connected, an agent can list all DNS records for a domain, get a specific DNS record by ID, create a new DNS record, and edit a DNS record by ID.
How do I install Porkbun DNS ๐ท?
Run `uvx porkbun-mcp`. The README documents 3 environment variables (PORKBUN_API_KEY, PORKBUN_SECRET_KEY, PORKBUN_GET_MUDDY) to set first. Set PORKBUN_API_KEY, PORKBUN_SECRET_KEY, PORKBUN_GET_MUDDY before connecting. You can also paste the ready-made client config above.
Does Porkbun DNS ๐ท run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 ยท Alternatives to Porkbun DNS ๐ท
Alternatives to Porkbun DNS ๐ท
Maintained API integration servers if Porkbun DNS ๐ท isn't the fit.
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. โ 932 ยท 2026-08-24
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents โ 796 ยท 2026-08-21
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. โ 782 ยท 2026-08-11
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. โ 609 ยท 2026-08-23
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. โ 560 ยท 2026-08-10
- Anytype MCP Official MCP server for Anytype API - your encrypted, local and collaborative wiki. โ 510 ยท 2026-08-24
More API integration MCP servers ยท Qnap ยท Saos ยท Apimesh ยท DataJud (CNJ) ยท Wayback Machine
More Python MCP servers ยท fish-bridge - Session Knowledge Graph ยท Fedlex MCP ยท Swiss Democracy MCP ยท Swiss Statistics MCP ยท Swiss Transport MCP ยท see all