Skip to main content
Glama

Time MCP

by samay58

时间-MCP

克劳德模型配置协议 (MCP) 服务器提供实时时区感知的日期和时间信息。

特征

  • 获取任何 IANA 时区的当前时间
  • 通过 MCP 轻松与 Claude AI 集成
  • 使用 Python 的 zoneinfo 模块提供全面的时区支持
  • ISO 格式的简单 JSON 响应

安装

# Clone the repository git clone https://github.com/yourusername/time-mcp.git cd time-mcp # Set up virtual environment (using uv) uv venv source .venv/bin/activate # Install the package pip install -e .

用法

运行服务器

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 .

要求

  • Python 3.10+
  • MCP 库

执照

麻省理工学院

-
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.

克劳德模型配置协议 (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