namecheap api mcp for Cursor
io.github.lanternrow/namecheap-api-mcp
Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.
client:Cursor
transport:stdio
runtime:npm
Install namecheap api mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs