
Time
@modelcontextprotocol
Time について
Model Context Protocol Servers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"time": {
"command": "uvx",
"args": [
"mcp-server-time",
"--local-timezone=America/New_York"
]
}
}
}ツール
2Get current time in a specific timezones
Convert time between timezones
概要
What is Time?
A Model Context Protocol server that provides time and timezone conversion capabilities. It enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
How to use Time?
Install via uvx mcp-server-time, pip install mcp-server-time, or Docker. Configure the server in your MCP client (Claude, Zed, VS Code, Zencoder) using the appropriate command. Use the get_current_time tool with a timezone argument, or the convert_time tool with source timezone, time, and target timezone arguments. Optionally set a custom system timezone with the --local-timezone argument.
Key features of Time
- Get current time in any IANA timezone.
- Convert time between two timezones.
- Automatic system timezone detection.
- Customizable local timezone via
--local-timezone. - Compatible with Claude, Zed, VS Code, and Zencoder.
- Available via uvx, pip, or Docker.
Use cases of Time
- LLM answering "What time is it now?" (uses system timezone).
- LLM answering "What time is it in Tokyo?".
- Converting times for global scheduling ("When 4 PM New York is in London").
- Checking if daylight saving time is active for a given timezone.
FAQ from Time
What tools does the Time MCP server provide?
It provides get_current_time to get the current time in a specific timezone, and convert_time to convert a time between two timezones.
How do I set a custom local timezone?
Add the --local-timezone argument to the server command, e.g., --local-timezone=America/New_York.
How can I install the Time MCP server?
Install via uvx mcp-server-time (no separate installation needed), pip install mcp-server-time, or by using the Docker image mcp/time.
How do I debug the Time MCP server?
Use the MCP inspector: run npx @modelcontextprotocol/inspector uvx mcp-server-time.
What timezone format does the server accept?
The server uses IANA timezone names, for example America/New_York or Europe/London.
「生産性」の他のコンテンツ
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
コメント