Servidor Time MCP: proporciona a los LLM capacidades de reconocimiento del tiempo
Una implementación de servidor de Protocolo de Contexto de Modelo (MCP) que permite que los LLM tengan capacidades de conocimiento del tiempo.
Herramientas
current_time
: Obtener la hora actual (UTC y hora local)relative_time
: Obtener el tiempo relativoget_timestamp
: Obtener la marca de tiempo para la horadays_in_month
: Obtener los días del mesconvert_time
: Convertir la hora entre zonas horariasget_week_year
: Obtener la semana y la isoWeek del año
Instalación
Instalación mediante herrería
Para instalar time-mcp para Claude Desktop automáticamente a través de Smithery :
Instalar manualmente (opcional)
usando npx
Ejecutando en el cursor
Su archivo mcp.json
se verá así:
Corriendo en Windsurf
Agregue esto a su archivo ./codeium/windsurf/model_config.json
:
Licencia
Licencia MIT: consulte el archivo LICENCIA para obtener más detalles.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Dotando a sus LLM de capacidades de reconocimiento temporal. Ofrezca a sus LLM capacidades de reconocimiento temporal. Acceda a la hora actual, convierta entre zonas horarias y obtenga marcas de tiempo fácilmente. Mejore sus aplicaciones con funcionalidades precisas relacionadas con el tiempo.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAccess the time in any timezone and get the current local timeLast updated -139PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.Last updated -21Python
- AsecurityAlicenseAqualityEnables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.Last updated -588475JavaScriptMIT License
- -securityFlicense-qualityAn agentic AI system that answers time-related questions by calling a time API tool and general questions using an LLM, accessible through a simple chat interface.Last updated -Python