domain-search-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
domain-search-mcp by dorukardahan | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 20 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
domain-search-mcp · Summary
A zero-config domain search MCP server with multi-TLD checks, bulk search, premium detection, AI-powered suggestions, and registrar pricing comparison.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
domain-search-mcp · Use cases
- Developers checking domain availability for new projects
- Domain investors researching valuable domains with premium detection
- Branding teams using AI to generate domain name suggestions
- Businesses comparing registrar pricing before purchasing domains
- DevOps teams integrating domain checks into CI/CD workflows
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
domain-search-mcp · Install
Installation
Using npx (Recommended)
npx -y domain-search-mcp@latestFrom Source
git clone https://github.com/dorukardahan/domain-search-mcp.git
cd domain-search-mcp
npm install
npm run build
npm startClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"domain-search": {
"command": "npx",
"args": ["-y", "domain-search-mcp@latest"]
}
}
}Claude Code Configuration
Add .mcp.json in your project root:
{
"mcpServers": {
"domain-search": {
"type": "stdio",
"command": "npx",
"args": ["-y", "domain-search-mcp@latest"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}