Loading MCP server directory, please wait...
Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.
npx @getmcp/cli add io.github.lanternrow/namecheap-api-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NAMECHEAP_API_USERNamecheap account username (API user)
NAMECHEAP_API_KEYNamecheap API key from Profile -> Tools -> API Access
NAMECHEAP_CLIENT_IPWhitelisted public IPv4 of the machine running this server
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.lanternrow/namecheap-api-mcp": {
"command": "npx",
"args": [
"-y",
"namecheap-api-mcp"
],
"env": {
"NAMECHEAP_API_USER": "",
"NAMECHEAP_API_KEY": "",
"NAMECHEAP_CLIENT_IP": "",
"NAMECHEAP_USERNAME": "",
"NAMECHEAP_ENVIRONMENT": ""
}
}
}
}