Skip to main content
Glama
samay58

Time MCP

by samay58

시간-mcp

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

특징

  • 모든 IANA 시간대의 현재 시간을 가져옵니다.

  • MCP를 통한 Claude AI와의 간편한 통합

  • Python의 zoneinfo 모듈을 사용한 포괄적인 시간대 지원

  • ISO 형식의 간단한 JSON 응답

Related MCP server: Date and Time MCP Server

설치

지엑스피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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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