Time
메타데이터
| 항목 | 값 |
|---|---|
| 패키지명 | @modelcontextprotocol/server-time |
| Transport | stdio |
| 카테고리 | utility |
| 설치 방식 | npx -y @modelcontextprotocol/server-time |
| 필수 환경변수 | 없음 |
| 선택 환경변수 | 없음 |
| 공식 문서 | https://github.com/modelcontextprotocol/servers/tree/main/src/time |
| 최근 검증일 | 2026-03-07 |
설정 스니펫
{
"mcpServers": {
"time": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-time"]
}
}
}
제공 도구
| 도구명 | 설명 | Claude Code 호출 |
|---|---|---|
get_current_time | 현재 시간 조회 (타임존 지정 가능) | mcp__time__get_current_time |
convert_time | 타임존 간 시간 변환 | mcp__time__convert_time |
사용 사례
- 타임존 변환 (국제화 작업)
- 스케줄링 로직 검증
- 시간 기반 기능 테스트
- 글로벌 서비스의 시간대 계산
주의사항
- IANA 타임존 식별자 사용 (예:
Asia/Seoul,America/New_York) - 시스템 시계 기반으로 동작