Skip to main content
Glama

MCP Simple Timeserver

MIT License
18
  • Apple

Servidor de tiempo simple MCP

Una de las extrañas decisiones de diseño de Anthropic fue privar a Claude de las marcas de tiempo de los mensajes enviados por el usuario o de la hora actual en general. ¡El pobre Claude no sabe qué hora es! mcp-simple-timeserver es un servidor MCP simple que soluciona este problema.

Este servidor proporciona dos herramientas:

  • get_time proporciona la hora local y la zona horaria actuales del equipo del usuario. De esta forma, Claude puede saber qué hora es en la ubicación del usuario. También puede calcular cuánto tiempo ha transcurrido desde su última interacción con el usuario, si así lo desea.
  • get_utc proporciona la hora UTC actual obtenida de un servidor de hora NTP .

Instalación

Instalación mediante herrería

Para instalar Simple Timeserver para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install mcp-simple-timeserver --client claude

Instalación manual

Primero instale el módulo usando:

pip install mcp-simple-timeserver

Luego configúrelo en el cliente MCP: la aplicación de escritorio Claude .

En Mac OS esto se verá así:

"mcpServers": { "simple-timeserver": { "command": "python", "args": ["-m", "mcp_simple_timeserver"] } }

En Windows, debes verificar la ruta a tu ejecutable de Python usando where python en cmd (línea de comando de Windows).

La configuración típica se vería así:

"mcpServers": { "simple-timeserver": { "command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe", "args": ["-m", "mcp_simple_timeserver"] } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP que permite verificar la hora local en la máquina cliente o la hora UTC actual desde un servidor NTP

  1. Instalación
    1. Instalación mediante herrería
    2. Instalación manual

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    An MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.
    Last updated -
    Python
  • A
    security
    A
    license
    A
    quality
    A lightweight mcp server that tells you exactly what time is it based on your IP.
    Last updated -
    1
    8
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    An MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.
    Last updated -
    TypeScript
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    A simple Model Context Protocol (MCP) server that provides date and time functionality in any timezone, along with user profiles and personalized greeting resources.
    Last updated -
    Python
    • Linux
    • Apple

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/andybrandt/mcp-simple-timeserver'

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