namecheap
About
Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links
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_USERNAME NAMECHEAP_CLIENT_IPClaude Code
claude mcp add --env NAMECHEAP_API_USER= --env NAMECHEAP_API_KEY= --env NAMECHEAP_USERNAME= --env NAMECHEAP_CLIENT_IP= namecheap -- npx @birdmania1/namecheap-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","command":"npx","args":["@birdmania1/namecheap-mcp"],"env":{"NAMECHEAP_API_USER":"","NAMECHEAP_API_KEY":"","NAMECHEAP_USERNAME":"","NAMECHEAP_CLIENT_IP":""}}'
JSON
{
"mcpServers": {
"namecheap": {
"command": "npx",
"args": [
"@birdmania1/namecheap-mcp"
],
"env": {
"NAMECHEAP_API_USER": "",
"NAMECHEAP_API_KEY": "",
"NAMECHEAP_USERNAME": "",
"NAMECHEAP_CLIENT_IP": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.