namecheap-mcp

namecheap-mcp

3.4

This is a Model Context Protocol (MCP) service for interacting with the Namecheap API, specifically focusing on DNS-related operations.

The Namecheap MCP service provides a standardized interface for AI models to interact with the Namecheap API. It allows for managing DNS settings, email forwarding, and host records for domains registered with Namecheap. This service simplifies the process of domain management by offering a set of functions that can be easily integrated into AI-driven applications, enabling seamless interaction with Namecheap's domain services.

Features

  • Standardized interface for interacting with Namecheap API
  • Manage DNS settings for domains
  • Configure email forwarding for domains
  • Retrieve and set host records
  • Supports both default and custom DNS server configurations

Usage with Different Platforms

AI Code Editor


"mcpServers": {
  "Namecheap": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "namecheap-mcp/src/main.py"
      ]
   }
}