namecheap for Cursor
io.github.ziggythebot/namecheap
Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links
client:Cursor
transport:stdio
runtime:npm
Install namecheap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"namecheap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@birdmania1/namecheap-mcp"
],
"env": {
"NAMECHEAP_API_USER": "<NAMECHEAP_API_USER>",
"NAMECHEAP_API_KEY": "<NAMECHEAP_API_KEY>",
"NAMECHEAP_USERNAME": "<NAMECHEAP_USERNAME>",
"NAMECHEAP_CLIENT_IP": "<NAMECHEAP_CLIENT_IP>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs