namecheap-api-mcp
About
Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NAMECHEAP_API_USER NAMECHEAP_API_KEY NAMECHEAP_CLIENT_IP NAMECHEAP_USERNAME NAMECHEAP_ENVIRONMENTClaude Code
claude mcp add --env NAMECHEAP_API_USER= --env NAMECHEAP_API_KEY= --env NAMECHEAP_CLIENT_IP= --env NAMECHEAP_USERNAME= --env NAMECHEAP_ENVIRONMENT= namecheap-api-mcp -- npx namecheap-api-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"namecheap-api-mcp","command":"npx","args":["namecheap-api-mcp"],"env":{"NAMECHEAP_API_USER":"","NAMECHEAP_API_KEY":"","NAMECHEAP_CLIENT_IP":"","NAMECHEAP_USERNAME":"","NAMECHEAP_ENVIRONMENT":""}}'
JSON
{
"mcpServers": {
"namecheap-api-mcp": {
"command": "npx",
"args": [
"namecheap-api-mcp"
],
"env": {
"NAMECHEAP_API_USER": "",
"NAMECHEAP_API_KEY": "",
"NAMECHEAP_CLIENT_IP": "",
"NAMECHEAP_USERNAME": "",
"NAMECHEAP_ENVIRONMENT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.