Odel
namecheap api mcp

namecheap api mcp

Local
@lanternrowJavaScriptUpdated 2mo ago

Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.

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).

npmnamecheap-api-mcpv1.0.1

Run

npx -y namecheap-api-mcp

MCP client config

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