adk-python-mcp-client vs time
Side-by-side comparison to help you pick between these two MCP servers.
adk-python-mcp-client by arjunprabhulal | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 34 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this month |
adk-python-mcp-client · Summary
Python implementation of ADK as an MCP client for flight search with Gemini 2 LLM.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
adk-python-mcp-client · Use cases
- Building flight search assistants using Google's Gemini model
- Implementing MCP client with ADK for external API integration
- Creating stateful AI agents with dynamic tool discovery
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
adk-python-mcp-client · Install
Installation
- Clone the repository:
git clone https://github.com/arjunprabhulal/adk-python-mcp-client.git
cd adk-python-mcp-client- Set up environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt- Configure environment variables:
cp .env.example .env
# Edit .env with your API keys- Run the client:
python client.pyClaude Desktop configuration (if applicable):
{
"mcpServers": {
"adk-python-mcp": {
"command": "python",
"args": ["path/to/client.py"]
}
}
}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"]
}
}
}