Skip to main content
Glama

🚀 시간 MCP 서버: LLM에게 시간 인식 기능 제공

대장간 배지

LLM이 시간 인식 기능을 갖도록 하는 MCP(모델 컨텍스트 프로토콜) 서버 구현입니다.

도구

  • current_time : 현재 시간(UTC 및 현지 시간)을 가져옵니다.

  • relative_time : 상대 시간을 가져옵니다

  • get_timestamp : 시간에 대한 타임스탬프를 가져옵니다

  • days_in_month : 한 달의 일수를 구합니다

  • convert_time : 시간대 간 시간 변환

  • get_week_year : 해당 주와 해당 주를 가져옵니다.

Related MCP server: Time MCP Server

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 time-mcp를 자동으로 설치하려면:

지엑스피1

수동 설치(선택 사항)

npm install -g time-mcp

npx를 사용하여

npx -y time-mcp

커서에서 실행

mcp.json 파일은 다음과 같습니다.

{
  "mcpServers": {
    "time-mcp": {
      "command": "npx",
      "args": ["-y", "time-mcp"]
    }
  }
}

윈드서프에서 달리기

./codeium/windsurf/model_config.json 파일에 다음을 추가하세요.

{
  "mcpServers": {
    "time-mcp": {
      "command": "npx",
      "args": ["-y", "time-mcp"]
    }
  }
}

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
4moRelease cycle
2Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Gives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.
    6
    1,014
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides time and timezone functionality for LLMs, enabling them to get current time information across different timezones and convert times between zones.
    2
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables LLMs to get current time information for any timezone worldwide, including available regions, cities, and ISO 8601 formatted timestamps with timezone offsets.
    8
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides current time information and timezone conversion capabilities using IANA timezone names and automatic system detection. It enables LLMs to fetch current times across different regions and convert specific times between timezones.
    MIT

View all related MCP servers

Related MCP Connectors

  • A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

  • Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.

  • A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.

View all MCP Connectors

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

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