MCP Catalogs
Home

time vs zerodha-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
zerodha-mcp
by mtwn105
Stars★ 85,748★ 30
30d uses
Score7735
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis month13 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

zerodha-mcp · Summary

A Python-based MCP server for Zerodha trading with interactive chat interface and multi-agent support.

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

zerodha-mcp · Use cases

  • Building AI-powered trading assistants for Zerodha users
  • Automating trading operations through natural language commands
  • Creating web-based trading interfaces with AI capabilities

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"]
    }
  }
}

zerodha-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/mtwn105/zerodha-mcp-server-client.git
cd zerodha-mcp-server-client
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables:
cp .env.example .env
# Edit .env with your credentials

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "zerodha": {
      "command": "python",
      "args": ["/path/to/zerodha-mcp-server-client/server.py"],
      "env": {
        "ZERODHA_API_KEY": "your_api_key",
        "ZERODHA_API_SECRET": "your_api_secret",
        "PORT": "8001"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.