The official Time MCP server provides AI agents with accurate time information. Agents can get the current time in any IANA timezone and convert times between different timezones. Simple but essential for agents that need to reason about time, schedule events across timezones, or display accurate timestamps.
uvx mcp-server-time
{
"mcpServers": {
"time": {
"args": [
"mcp-server-time"
],
"command": "uvx"
}
}
}Get current time in timezone
{
"type": "object",
"required": [
"timezone"
],
"properties": {
"timezone": {
"type": "string"
}
}
}// Input
{
"timezone": "Europe/Prague"
}// Output
{
"datetime": "2026-03-26T09:30:00",
"timezone": "Europe/Prague"
}The official Time MCP server provides AI agents with accurate time information. Agents can get the current time in any IANA timezone and convert times between different timezones. Simple but essential for agents that need to reason about time, schedule events across timezones, or display accurate timestamps.
Time provides 1 tools including get_current_time.
Yes, Time is completely free to use with no usage limits on the free tier.
You can install Time using the following command: uvx mcp-server-time. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Time is listed under the Productivity category in the AgentForge MCP registry.
Time has a current uptime of 99.99% with an average response time of 2ms.
To connect Time, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Time's tools via the Model Context Protocol.