MCP Catalogs
Home

ai-agent-mcp vs time

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

ai-agent-mcp
by alexey-tyurin
time
by modelcontextprotocol
Stars★ 4★ 85,748
30d uses
Score3377
Official
Categories
AI / LLM ToolsSecurityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit13 mo agothis month

ai-agent-mcp · Summary

AI content moderation system using OpenAI's API through Google's ADK and MCP protocol.

time · Summary

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

ai-agent-mcp · Use cases

  • Educational platforms ensuring appropriate AI tutor interactions
  • Customer service bots preventing abuse while maintaining helpful service
  • Content generation tools filtering inappropriate creative content requests

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

ai-agent-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/alexey-tyurin/ai-agent-mcp.git
cd ai-agent-mcp
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows, use: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set your OpenAI API key:
export OPENAI_API_KEY="your-api-key-here"

For Claude Desktop Integration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "ai-moderation": {
      "command": "python",
      "args": ["path/to/ai-agent-mcp/moderation_server_sse.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.