Skip to content
Grok

namecheap api mcp for Grok

io.github.lanternrow/namecheap-api-mcp

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

client:Grok transport:stdio runtime:npm

Install namecheap api mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "namecheap-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "namecheap-api-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<NAMECHEAP_API_KEY>",
        "NAMECHEAP_CLIENT_IP": "<NAMECHEAP_CLIENT_IP>",
        "NAMECHEAP_USERNAME": "<NAMECHEAP_USERNAME>",
        "NAMECHEAP_ENVIRONMENT": "<NAMECHEAP_ENVIRONMENT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

namecheap api mcp in other clients