Odel
Porkbun MCP

Porkbun MCP

Local
@korobkov-v3TypeScriptMITUpdated 6mo ago

MCP server for Porkbun domains and DNS.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmporkbun-mcpv0.3.4

Run

npx -y porkbun-mcp

MCP client config

{
  "mcpServers": {
    "porkbun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "porkbun-mcp"
      ]
    }
  }
}