Skip to content
Gemini CLI

namecheap for Gemini CLI

io.github.ziggythebot/namecheap

Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links

client:Gemini CLI transport:stdio runtime:npm

Install namecheap in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "namecheap": {
      "command": "npx",
      "args": [
        "-y",
        "@birdmania1/namecheap-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<NAMECHEAP_API_KEY>",
        "NAMECHEAP_USERNAME": "<NAMECHEAP_USERNAME>",
        "NAMECHEAP_CLIENT_IP": "<NAMECHEAP_CLIENT_IP>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

namecheap in other clients