← Back to Domain AI Agent

MCP Server

Use the name generator directly in Claude Desktop or Claude Code.

What is MCP?

The Model Context Protocol (MCP) is an open standard that allows AI assistants to use external tools and services. By adding our MCP server, you can generate creative names directly in your AI conversations.

Installation

1. Clone the repository

git clone git@github.com:gneyal/p_71_domain_mcp.git
cd p_71_domain_mcp
pip install -r requirements.txt

2. Set up your API key

Create a .env file:

cp .env.example .env
# Edit .env and add your Anthropic API key
ANTHROPIC_API_KEY=sk-ant-...

3. Add to Claude Desktop

Edit your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "domain-name-generator": {
      "command": "python",
      "args": ["/path/to/p_71_domain_mcp/mcp_server.py"]
    }
  }
}

4. Or add to Claude Code

claude mcp add domain-name-generator python /path/to/p_71_domain_mcp/mcp_server.py

Usage

Once installed, ask Claude naturally:

Example prompts:

  • "Generate 10 name ideas for a fintech startup"
  • "I need creative brand names for a sustainable fashion company"
  • "Give me domain suggestions for an AI writing tool, use .ai and .io"
  • "Find me available .com domains for a pet care app"