Skip to main content
Glama

Time MCP

by samay58

시간-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

local-only server

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

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

  1. 특징
    1. 설치
      1. 용법
        1. 서버 실행
        2. 사용 가능한 도구
      2. 개발
        1. 요구 사항
          1. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              An MCP server that allows checking local time on the client machine or current UTC time from an NTP server
              Last updated -
              14
              Python
              MIT License
              • Apple
            • -
              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 TypeScript server implementing the Model Context Protocol (MCP) that provides datetime and timezone information to AI agents and chat interfaces, allowing them to access current time in various timezones.
              Last updated -
              4
              2
              TypeScript
              Mozilla Public License 2.0
            • 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

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

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