Skip to main content
Glama

Servidor Time MCP: proporciona a los LLM capacidades de reconocimiento del tiempo

insignia de herrería

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 relativo

  • get_timestamp : Obtener la marca de tiempo para la hora

  • days_in_month : Obtener los días del mes

  • convert_time : Convertir la hora entre zonas horarias

  • get_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 :

npx -y @smithery/cli install @yokingma/time-mcp --client claude

Instalar manualmente (opcional)

npm install -g time-mcp

usando npx

npx -y time-mcp

Ejecutando en el cursor

Su archivo mcp.json se verá así:

{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }

Corriendo en Windsurf

Agregue esto a su archivo ./codeium/windsurf/model_config.json :

{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }

Licencia

Licencia MIT: consulte el archivo LICENCIA para obtener más detalles.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Access the time in any timezone and get the current local time
    Last updated -
    1
    39
    MIT License
  • -
    security
    -
    license
    -
    quality
    A 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.
  • A
    security
    F
    license
    A
    quality
    A 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 -
    2
  • A
    security
    A
    license
    A
    quality
    Gives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.
    Last updated -
    6
    541
    MIT License

View all related MCP servers

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/yokingma/time-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server