Time
io.github.modelcontextprotocol/time · v2025.8.4
stdio
Reference server for current time and time-zone conversion, so a model can answer 'what time is it in Tokyo' without guessing.
Claude Code
claude mcp add time -- uvx mcp-server-time
mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)
{
"mcpServers": {
"time": {
"command": "uvx",
"args": [
"mcp-server-time"
]
}
}
}
Tools (2)
get_current_timeconvert_time
server.json manifest
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"_meta": {
"io.mcpregistry/license": "MIT",
"io.mcpregistry/tags": [
"reference",
"time",
"utilities",
"official"
],
"io.mcpregistry/tools": [
"get_current_time",
"convert_time"
],
"io.mcpregistry/transport": "stdio"
},
"description": "Reference server for current time and time-zone conversion, so a model can answer 'what time is it in Tokyo' without guessing.",
"name": "io.github.modelcontextprotocol/time",
"packages": [
{
"environmentVariables": [],
"identifier": "mcp-server-time",
"registryType": "pypi",
"transport": {
"type": "stdio"
},
"version": "2025.8.4"
}
],
"repository": {
"source": "github",
"url": "https://github.com/modelcontextprotocol/servers"
},
"title": "Time",
"version": "2025.8.4"
}