Time MCP

by samay58
Verified

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.

시간-mcp

실시간 시간대에 따른 날짜 및 시간 정보를 제공하는 Claude Model Configuration Protocol(MCP) 서버입니다.

특징

  • 모든 IANA 시간대의 현재 시간을 가져옵니다.
  • MCP를 통한 Claude AI와의 간편한 통합
  • Python의 zoneinfo 모듈을 사용한 포괄적인 시간대 지원
  • ISO 형식의 간단한 JSON 응답

설치

지엑스피1

용법

서버 실행

python -m src.time_mcp.server

이렇게 하면 MCP 서버가 로컬에서 시작되어 Claude가 시간 도구를 사용할 수 있게 됩니다.

사용 가능한 도구

  • get_current_time : 지정된 시간대의 현재 시간을 반환합니다.
    • 매개변수: timezone (문자열) - 유효한 IANA 시간대(예: "America/New_York", "Europe/London", "Asia/Tokyo")
    • 기본값: 시간대가 지정되지 않은 경우 "UTC"

개발

# Run tests pytest tests/ # Lint code ruff check . # Format code ruff format .

요구 사항

  • 파이썬 3.10+
  • MCP 라이브러리

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

실시간 시간대에 따른 날짜 및 시간 정보를 제공하는 Claude Model Configuration Protocol(MCP) 서버입니다.

  1. Features
    1. Installation
      1. Usage
        1. Running the Server
        2. Available Tools
      2. Development
        1. Requirements
          1. License
            ID: uam43walnb