MIT License
219
5

Integrations

  • Allows integration with Windsurf in Codeium, enabling time awareness capabilities for LLMs within the Codeium environment.

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 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.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

  1. Tools
    1. Installation
      1. Installing via Smithery
      2. Manually install (Optional)
      3. using npx
    2. Running on Cursor
      1. Running on Windsurf
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Lets LLMs read and manage Google Calendar events.
            Last updated -
            19
            174
            TypeScript
            MIT License
            • Apple
          • 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
            1
            Python
          • A
            security
            A
            license
            A
            quality
            Enables 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 -
            5
            36
            21
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
            Last updated -
            Python

          View all related MCP servers

          ID: 32g7puvq2g