Simple Time MCP

Simple Time MCP

By Jaesun23 GitHub

Simple MCP server for time-related functions

time-mcp time-server
Overview

what is Simple Time MCP?

Simple Time MCP is a Model Context Protocol (MCP) server that provides time-related functions, offering accurate time information to AI models like Claude AI.

how to use Simple Time MCP?

To use Simple Time MCP, install it globally using npm or clone the repository and install it locally. Configure the claude_desktop_config.json file to integrate it with the Claude desktop app.

key features of Simple Time MCP?

  • Provides current time information for various time zones
  • Formats date and time in user-defined styles
  • Calculates differences between two dates
  • Adds or subtracts time from specific dates
  • Converts and provides information across different time zones

use cases of Simple Time MCP?

  1. Querying the current time in different time zones
  2. Calculating the time difference between cities
  3. Formatting dates for display in various formats
  4. Adding or subtracting time from specific dates
  5. Converting time zones for scheduling events

FAQ from Simple Time MCP?

  • Can Simple Time MCP provide time for all time zones?

Yes! It supports a wide range of time zones including Asia/Seoul, America/New_York, and Europe/London.

  • Is Simple Time MCP free to use?

Yes! It is open-source and free to use for everyone.

  • How do I troubleshoot permission issues?

You can grant execution permissions using chmod +x node_modules/.bin/simple-time-mcp.

Content

Simple Time MCP

간단한 시간 관련 기능을 제공하는 MCP(Model Context Protocol) 서버입니다. Claude AI와 같은 AI 모델에게 정확한 시간 정보를 제공합니다.

설치 방법

글로벌 설치 (권장)

npm install -g Jaesun23/simple-time-mcp

또는 로컬 저장소에 직접 클론하여 설치:

git clone https://github.com/Jaesun23/simple-time-mcp.git
cd simple-time-mcp
npm install
npm install -g .

Claude 데스크톱 앱 설정

기본 설정

claude_desktop_config.json 파일에 다음과 같이 추가하세요:

{
  "mcpServers": {
    "time": {
      "command": "simple-time-mcp"
    }
  }
}

고급 설정 옵션

특정 타임존이나 시간 형식을 사용하려면 다음과 같이 설정할 수 있습니다:

{
  "mcpServers": {
    "time": {
      "command": "simple-time-mcp",
      "args": ["--timezone", "Asia/Seoul", "--format", "24h"]
    }
  }
}

사용 가능한 옵션:

옵션설명기본값예시
--timezone, -tz기본 타임존 설정UTC--timezone "Asia/Seoul"
--format, -f시간 형식 (12h/24h)24h--format "12h"
--date-format날짜 표시 형식YYYY-MM-DD--date-format "MM/DD/YYYY"
--port, -p서버 포트 번호3000--port 3030
--log-level로그 레벨info--log-level debug

주요 타임존 목록:

  • Asia/Seoul - 한국
  • Asia/Tokyo - 일본
  • America/New_York - 미국 동부
  • America/Los_Angeles - 미국 서부
  • Europe/London - 영국
  • Europe/Paris - 프랑스
  • Australia/Sydney - 호주 시드니
  • UTC - 협정 세계시

주요 기능

이 MCP 서버는 다음과 같은 시간 관련 기능을 제공합니다:

  1. 현재 시간 - 다양한 타임존의 현재 시간 정보
  2. 날짜 포맷팅 - 원하는 형식으로 날짜/시간 표시
  3. 날짜 차이 계산 - 두 날짜 간의 차이 계산
  4. 날짜 더하기/빼기 - 특정 날짜에 시간 추가/제거
  5. 타임존 변환 - 다양한 타임존 간 변환 및 정보

사용 방법

Claude에게 다음과 같이 시간 관련 질문을 할 수 있습니다:

  • "현재 시간이 어떻게 되나요?"
  • "서울과 뉴욕의 시간 차이는 얼마인가요?"
  • "다음 주 월요일은 며칠인가요?"
  • "크리스마스까지 며칠 남았나요?"

특정 타임존 요청 예시

Claude에게 특정 타임존의 시간을 물어볼 수 있습니다:

  • "지금 도쿄 시간이 어떻게 되나요?"
  • "파리는 지금 몇 시인가요?"
  • "서울 시간으로 내일 오전 9시는 뉴욕 시간으로 몇 시인가요?"

문제 해결

1. 권한 문제 발생 시

파일에 실행 권한을 부여합니다:

chmod +x node_modules/.bin/simple-time-mcp

2. 명령어를 찾을 수 없는 경우

전역 설치 경로를 확인합니다:

npm list -g --depth=0

이 경로가 PATH 환경 변수에 포함되어 있는지 확인하세요.

라이선스

MIT

No tools information available.

-

time-mcp time-conversion
View Details
time-mcp
time-mcp by samay58

MCP server - make Claude tell the time! Highly reliable and consistent.

time-mcp time-server
View Details
Time-MCP
Time-MCP by sidharthrajaram

mcp server for the time and date

time-mcp mcp-server
View Details

-

mcp time-server
View Details