Porkbun MCP for Cursor
io.github.korobkov-v/porkbun-mcp
MCP server for Porkbun domains and DNS.
client:Cursor
transport:stdio
runtime:npm
Install Porkbun MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"porkbun-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"porkbun-mcp"
],
"env": {
"PORKBUN_API_KEY": "<PORKBUN_API_KEY>",
"PORKBUN_SECRET_KEY": "<PORKBUN_SECRET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs