MCP Catalogs
Home

ai-testing-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

ai-testing-mcp
by groovy-web
time
by modelcontextprotocol
Stars★ 18★ 85,748
30d uses
Score4377
Official
Categories
AI / LLM ToolsDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit2 mo agothis month

ai-testing-mcp · Summary

Comprehensive MCP server for AI testing, evaluation, and quality assurance with standardized testing methodologies.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ai-testing-mcp · Use cases

  • AI model validation and quality assurance in development pipelines
  • Automated security testing for prompt injection and adversarial attacks
  • Performance benchmarking and optimization for AI systems

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

ai-testing-mcp · Install

# Clone the repository
git clone https://github.com/groovy-web/ai-testing-mcp.git
cd ai-testing-mcp

# Install dependencies
npm install

# Configure environment
cp .env.example .env
# Edit with your API keys

# Start the MCP server
npm start

Add to Claude Desktop configuration:

{
  "mcpServers": {
    "ai-testing": {
      "command": "node",
      "args": ["/path/to/ai-testing-mcp/dist/index.js"],
      "env": {
        "OPENAI_API_KEY": "your-key",
        "ANTHROPIC_API_KEY": "your-key"
      }
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.