PluginBench
MCP Server

io.github.ziggythebot/namecheap MCP Server

io.github.ziggythebot/namecheap

What is the io.github.ziggythebot/namecheap MCP server?

Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links

How to install io.github.ziggythebot/namecheap

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NAMECHEAP_API_USER
    required

    Your Namecheap account username

  • NAMECHEAP_API_KEY
    required
    secret

    Your Namecheap API key from Profile → Tools → API Access

  • NAMECHEAP_USERNAME
    required

    Your Namecheap account username (same as API_USER)

  • NAMECHEAP_CLIENT_IP
    required

    Your whitelisted IP address (get with: curl -s https://api.ipify.org)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "namecheap": {
      "command": "npx",
      "args": [
        "-y",
        "@birdmania1/namecheap-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
        "NAMECHEAP_USERNAME": "<YOUR_NAMECHEAP_USERNAME>",
        "NAMECHEAP_CLIENT_IP": "<YOUR_NAMECHEAP_CLIENT_IP>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "namecheap": {
      "command": "npx",
      "args": [
        "-y",
        "@birdmania1/namecheap-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
        "NAMECHEAP_USERNAME": "<YOUR_NAMECHEAP_USERNAME>",
        "NAMECHEAP_CLIENT_IP": "<YOUR_NAMECHEAP_CLIENT_IP>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "namecheap": {
      "command": "npx",
      "args": [
        "-y",
        "@birdmania1/namecheap-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
        "NAMECHEAP_USERNAME": "<YOUR_NAMECHEAP_USERNAME>",
        "NAMECHEAP_CLIENT_IP": "<YOUR_NAMECHEAP_CLIENT_IP>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "namecheap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@birdmania1/namecheap-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
        "NAMECHEAP_USERNAME": "<YOUR_NAMECHEAP_USERNAME>",
        "NAMECHEAP_CLIENT_IP": "<YOUR_NAMECHEAP_CLIENT_IP>"
      }
    }
  }
}
Claude Code
claude mcp add namecheap --env NAMECHEAP_API_USER=<YOUR_NAMECHEAP_API_USER> --env NAMECHEAP_API_KEY=<YOUR_NAMECHEAP_API_KEY> --env NAMECHEAP_USERNAME=<YOUR_NAMECHEAP_USERNAME> --env NAMECHEAP_CLIENT_IP=<YOUR_NAMECHEAP_CLIENT_IP> -- npx -y @birdmania1/namecheap-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →