time vs ai-mate
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ai-mate by symfony | |
|---|---|---|
| Stars | ★ 85,748 | ★ 22 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Tools |
| Language | TypeScript | PHP |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ai-mate · Summary
MCP server for Symfony PHP projects that provides AI development assistance through standardized tools.
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-mate · Use cases
- Assisting with Symfony application development through AI code analysis
- Automating PHP refactoring suggestions and code improvements
- Providing context-aware documentation and API assistance for PHP developers
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"]
}
}
}ai-mate · Install
composer require --dev symfony/ai-mate
vendor/bin/mate init
composer dump-autoloadThe package includes an optional symfony/ai-mate-composer-plugin that automatically refreshes Mate extension discovery after composer install and composer update.