time vs testrail-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | testrail-mcp-server by uarlouski | |
|---|---|---|
| Stars | ★ 85,748 | ★ 25 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
testrail-mcp-server · Summary
MCP server connecting AI assistants to TestRail for test case management and execution through natural language.
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
testrail-mcp-server · Use cases
- QA engineers can create and update test cases through natural language commands without switching between applications.
- Test automation engineers can programmatically trigger test runs and update results using AI assistants.
- Teams can retrieve and analyze test case metadata and custom fields to maintain consistent testing practices.
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"]
}
}
}testrail-mcp-server · Install
Install the TestRail MCP Server by adding it to your MCP client configuration:
{
"mcpServers": {
"testrail": {
"command": "npx",
"args": ["-y", "@uarlouski/testrail-mcp-server@latest"],
"env": {
"TESTRAIL_INSTANCE_URL": "https://your-instance.testrail.io",
"TESTRAIL_USERNAME": "your@email.com",
"TESTRAIL_API_KEY": "your-api-key",
"TESTRAIL_ENABLE_SHARED_STEPS": "true"
}
}
}
}