
Porkbun MCP
Buy, point, and tune Porkbun domains and DNS records from your agent when you are wiring production URLs and email authentication.
Overview
io.github.korobkov-v/porkbun-mcp is a MCP server for the Ship phase that manages Porkbun domains and DNS records through agent-callable API tools.
What is this MCP server?
- MCP tools for Porkbun domain inventory and DNS management
- npm porkbun-mcp v0.3.4 with stdio transport
- Requires PORKBUN_API_KEY and PORKBUN_SECRET_KEY (both secret)
- GitHub source korobkov-v/porkbun-mcp
- npm package version 0.3.4
- Two required secret env vars for Porkbun API
- stdio transport only in published server.json
Community signal: 2 GitHub stars.
What problem does it solve?
Launch week DNS typos or forgotten verification records break SSL, email, and your first customer visit to the real domain.
Who is it for?
Solo builders using Porkbun who want agent-assisted DNS during deploy without writing custom API scripts.
Skip if: Teams on Cloudflare-only DNS with no Porkbun account, or enterprises needing change-management approvals beyond MCP.
What do I get? / Deliverables
After you add the server with Porkbun API credentials, your agent can list and update DNS from the IDE with auditable prompts.
- Agent-driven Porkbun DNS record updates
- Domain inventory queries without leaving the IDE
Recommended MCP Servers
Journey fit
Domain and DNS changes cluster around Ship when you attach a real hostname, TLS, and mail records ahead of going live. Launch prep under Ship is where solo builders flip DNS from parking pages to app endpoints without hiring a sysadmin.
How it compares
Porkbun DNS MCP integration, not a registrar marketplace or a CDN configuration skill.
Common Questions / FAQ
Who is io.github.korobkov-v/porkbun-mcp for?
Indie builders on Porkbun who use Claude Code, Cursor, or Codex and want domain and DNS tasks inside the same workflow as code deploys.
When should I use io.github.korobkov-v/porkbun-mcp?
Use it in Ship launch prep when you point production hostnames, set mail records, or fix verification TXT before you announce the product.
How do I add io.github.korobkov-v/porkbun-mcp to my agent?
Install npm package porkbun-mcp, export PORKBUN_API_KEY and PORKBUN_SECRET_KEY, register stdio in your MCP config, and restart the agent.