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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 2 mo ago | this 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 startAdd 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"]
}
}
}