Use the name generator directly in Claude Desktop or Claude Code.
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.
git clone git@github.com:gneyal/p_71_domain_mcp.git cd p_71_domain_mcp pip install -r requirements.txt
Create a .env file:
cp .env.example .env # Edit .env and add your Anthropic API key ANTHROPIC_API_KEY=sk-ant-...
Edit your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"domain-name-generator": {
"command": "python",
"args": ["/path/to/p_71_domain_mcp/mcp_server.py"]
}
}
}claude mcp add domain-name-generator python /path/to/p_71_domain_mcp/mcp_server.py
Once installed, ask Claude naturally:
Example prompts:
Made by AutoBirds