Skip to main content
Glama

MCP Simple Timeserver

MIT License
18
  • Apple

MCP 심플 타임서버

Anthropic이 내린 이상한 디자인 결정 중 하나는 Claude가 사용자가 보낸 메시지의 타임스탬프나 현재 시간을 인식하지 못하게 한 것입니다. 불쌍한 Claude는 시간을 알 수 없으니까요! mcp-simple-timeserver 이 문제를 해결하는 간단한 MCP 서버입니다.

이 서버는 두 가지 도구를 제공합니다.

  • get_time 사용자 컴퓨터의 현재 현지 시간과 시간대 정보를 제공합니다. 이를 통해 Claude는 사용자 위치의 시간을 확인할 수 있습니다. 또한, 필요한 경우 사용자와의 마지막 상호 작용 이후 경과된 시간을 계산할 수도 있습니다.
  • get_utcNTP 시간 서버 에서 얻은 현재 UTC 시간을 제공합니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Simple Timeserver를 자동으로 설치하려면:

지엑스피1

수동 설치

먼저 다음을 사용하여 모듈을 설치합니다.

pip install mcp-simple-timeserver

그런 다음 MCP 클라이언트인 Claude 데스크톱 앱을 구성합니다.

Mac OS에서는 다음과 같이 표시됩니다.

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

Windows에서는 cmd (Windows 명령줄)에서 where python 사용하여 Python 실행 파일의 경로를 확인해야 합니다.

일반적인 구성은 다음과 같습니다.

"mcpServers": { "simple-timeserver": { "command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe", "args": ["-m", "mcp_simple_timeserver"] } }
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

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

클라이언트 머신에서 로컬 시간을 확인하거나 NTP 서버에서 현재 UTC 시간을 확인할 수 있는 MCP 서버

  1. 설치
    1. Smithery를 통해 설치
    2. 수동 설치

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 5 months ago
    Python
  • -
    security
    A
    license
    -
    quality
    A lightweight mcp server that tells you exactly what time is it based on your IP.
    Last updated 2 months ago
    8
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    MCP Server for networl monitoring software ntopng.
    Last updated 4 months ago
    Python
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that allows users to get global time information via Interzoid's GetGlobalTime API, enabling access to time data across different regions through natural language.
    Last updated 14 days ago
    Python

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