- Time
Time
what is Time MCP Server?
Time MCP Server is a Model Context Protocol server that provides time and timezone conversion capabilities, allowing LLMs to access current time information and perform timezone conversions using IANA timezone names.
how to use Time MCP Server?
To use the Time MCP Server, you can either run it using uv, install it via pip, or configure it in various environments like Claude.app, Zed, or VS Code. You can get the current time or convert time between different timezones using the provided tools.
key features of Time MCP Server?
- Get current time in a specific timezone or system timezone.
- Convert time between different timezones.
- Automatic system timezone detection.
use cases of Time MCP Server?
- Retrieve the current time in various timezones.
- Convert time from one timezone to another for scheduling events.
- Integrate with applications that require accurate time and timezone information.
FAQ from Time MCP Server?
- Can I get the current time in any timezone?
Yes! You can get the current time in any IANA timezone.
- How do I install the Time MCP Server?
You can install it using pip or run it directly with
uvor Docker.
- Is there a way to customize the server's timezone?
Yes! You can override the default system timezone by specifying the
--local-timezoneargument.
Server Config
{
"mcpServers": {
"time": {
"command": "uvx",
"args": [
"mcp-server-time",
"--local-timezone=America/New_York"
]
}
}
}