time vs ToolsForMCPServer
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ToolsForMCPServer by tanaikech | |
|---|---|---|
| Stars | ★ 85,748 | ★ 105 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ToolsForMCPServer · Summary
An MCP server built with Google Apps Script providing 160+ tools for Google Workspace integration.
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
ToolsForMCPServer · Use cases
- Automating complex multi-step tasks within Google Workspace through Gemini CLI
- Creating custom AI agents with access to Google services using MCP clients
- Revitalizing existing Google Apps Script snippets as MCP tools
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"]
}
}
}ToolsForMCPServer · Install
Installation
- Create a new Google Apps Script project at [script.google.com](https://script.google.com/home/projects/create)
- Install the required libraries:
- MCPApp (Project Key: 1TlX_L9COAriBlAYvrMLiRFQ5WVf1n0jChB6zHamq2TNwuSbVlI5sBUzh) - ToolsForMCPServer (Project Key: 1lnE7UL1jQgPDbTB9yjhiwZM0SaS9MObhzvWUWb_t8FisO6A3bLepvM2j)
- Add the provided script to your project
- Deploy as a Web App with 'Execute as: Me' and 'Who has access: Anyone'
- Configure Gemini CLI by adding this to your settings.json:
{
"mcpServers": {
"gas_web_apps": {
"command": "npx",
"args": [
"mcp-remote",
"https://script.google.com/macros/s/###/exec?accessKey=sample"
],
"env": {}
}
}
}