MCP Catalogs
Home

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
Score3877
Official
Categories
AI / LLM ToolsDeveloper ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis 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

  1. Clone the repository:
git clone https://github.com/arjunprabhulal/adk-python-mcp-client.git
cd adk-python-mcp-client
  1. Set up environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
  1. Configure environment variables:
cp .env.example .env
# Edit .env with your API keys
  1. Run the client:
python client.py

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.