MCP Catalogs
Home

mcp-hands-on-with-agentic-ai vs time

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

mcp-hands-on-with-agentic-ai
by manulthanura
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
AI / LLM ToolsDeveloper Toolseducation
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit8 mo agothis month

mcp-hands-on-with-agentic-ai · Summary

Educational repository with MCP server examples and templates for building agentic AI capabilities.

time · Summary

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

mcp-hands-on-with-agentic-ai · Use cases

  • Learning MCP implementation through practical examples
  • Building custom MCP servers for specific AI agent capabilities
  • Creating tools for text analysis and documentation generation

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

mcp-hands-on-with-agentic-ai · Install

Installation

Each example folder contains its own README.md file with specific installation instructions. Generally, the process involves:

  1. Clone the repository to your computer
  2. Navigate to the specific example folder (e.g., mcp-server-examples/text-assist)
  3. Follow the package installation instructions (npm install for TypeScript, pip install for Python)
  4. Run the server in development mode using the MCP Inspector
  5. Configure Claude Desktop or Cursor to use the MCP server

For Claude Desktop, you would typically need to add the server configuration to your claude_desktop_config.json file:

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.