Time MCP
tiempo-mcp
Un servidor de protocolo de configuración del modelo Claude (MCP) que proporciona información de fecha y hora en tiempo real teniendo en cuenta la zona horaria.
Características
Obtenga la hora actual en cualquier zona horaria de IANA
Fácil integración con Claude AI a través de MCP
Compatibilidad completa con zonas horarias mediante el módulo zoneinfo de Python
Respuestas JSON simples en formato ISO
Related MCP server: MCP Node Time
Instalación
# Clone the repository
git clone https://github.com/yourusername/time-mcp.git
cd time-mcp
# Set up virtual environment (using uv)
uv venv
source .venv/bin/activate
# Install the package
pip install -e .Uso
Ejecución del servidor
python -m src.time_mcp.serverEsto inicia el servidor MCP localmente, lo que hace que la herramienta de tiempo esté disponible para Claude.
Herramientas disponibles
get_current_time: Devuelve la hora actual en la zona horaria especificadaParámetro:
timezone(cadena): cualquier zona horaria IANA válida (por ejemplo, "América/Nueva York", "Europa/Londres", "Asia/Tokio")Valor predeterminado: "UTC" si no se especifica ninguna zona horaria
Desarrollo
# Run tests
pytest tests/
# Lint code
ruff check .
# Format code
ruff format .Requisitos
Python 3.10+
Biblioteca MCP
Licencia
Instituto Tecnológico de Massachusetts (MIT)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA simple MCP server that provides accurate date and time information to Claude models, ensuring they always use the correct current date and time when creating time-sensitive content.3
- AlicenseAqualityDmaintenanceA MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.44MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time date, time and time zone information for AI assistants.42Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA hosted MCP server providing current time, date, and timezone conversion tools specifically designed for Claude Code remote sessions. It enables users to fetch localized time data and convert times between IANA timezones through a centralized API.
Related MCP Connectors
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Timezone MCP — wraps WorldTimeAPI (free, no auth)
A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samay58/time-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server