time vs agentql-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | agentql-mcp by tinyfish-io | |
|---|---|---|
| Stars | ★ 85,748 | ★ 170 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Shell |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agentql-mcp · Summary
AgentQL MCP server enables structured web data extraction via a single tool with clear configuration across multiple MCP clients.
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
agentql-mcp · Use cases
- Extract structured data from websites for research and analysis
- Automate data collection from e-commerce sites for price monitoring
- Gather information from news sites for content aggregation
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"]
}
}
}agentql-mcp · Install
Installation
- Install the package globally:
npm install -g agentql-mcp- Configure Claude Desktop:
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": ["-y", "agentql-mcp"],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}
}
}- Get your API key from the [AgentQL Dev Portal](https://dev.agentql.com)