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 | — | — |
| Score | 31 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper Toolseducation | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 8 mo ago | this 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:
- Clone the repository to your computer
- Navigate to the specific example folder (e.g.,
mcp-server-examples/text-assist) - Follow the package installation instructions (npm install for TypeScript, pip install for Python)
- Run the server in development mode using the MCP Inspector
- 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"]
}
}
}