Time Server
@MCP-Mirror
About Time Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"clssck_mcp-time-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@clssck/mcp-time-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Time Server?
Time Server is an MCP (Model Context Protocol) server that provides timezone conversions and time-related operations. It is built with MCP protocol standards and offers tools to get current time in any timezone and convert time between timezones. It targets developers and AI agents needing timezone-aware time handling.
How to use Time Server?
Install via Smithery (npx -y @smithery/cli install @clssck/mcp-time-server --client claude) or manually (pip install .). Start the server with python -m time_server. The server exposes two tools: get_current_time and convert_time, each accepting IANA timezone identifiers.
Key features of Time Server
- Get current time in any timezone
- Convert time between timezones
- Built with MCP protocol standards
- Type-safe Python implementation
- Comprehensive error handling
- Timezone database integration
Use cases of Time Server
- Retrieve current time in a specific timezone for scheduling
- Convert meeting times between participants’ timezones
- Provide timezone-aware timestamps for chatbot responses
- Automate time calculations in workflow automations
FAQ from Time Server
How do I install Time Server via Smithery?
Run npx -y @smithery/cli install @clssck/mcp-time-server --client claude to install for Claude Desktop automatically.
What Python version is required?
Python 3.10 or higher is required.
What timezone format is used?
IANA timezone identifiers (e.g., "America/New_York") are used for all timezone parameters.
What tools does Time Server provide?
Two tools: get_current_time (returns current time in specified timezone as ISO 8601) and convert_time (converts a given ISO 8601 time between two timezones).
Is there authentication or transport configuration?
The README does not mention authentication or transport specifics. It describes the server as implementing MCP standards and lists "RESTful API endpoints" as a feature.
Frequently asked questions
How do I install Time Server via Smithery?
Run `npx -y @smithery/cli install @clssck/mcp-time-server --client claude` to install for Claude Desktop automatically.
What Python version is required?
Python 3.10 or higher is required.
What timezone format is used?
IANA timezone identifiers (e.g., "America/New_York") are used for all timezone parameters.
What tools does Time Server provide?
Two tools: `get_current_time` (returns current time in specified timezone as ISO 8601) and `convert_time` (converts a given ISO 8601 time between two timezones).
Is there authentication or transport configuration?
The README does not mention authentication or transport specifics. It describes the server as implementing MCP standards and lists "RESTful API endpoints" as a feature.
Basic information
More Productivity MCP servers
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Sitespeak Claude Plugin
sitespeakaiManage your SiteSpeakAI chatbot from Claude Code - a plugin and MCP server for optimizing chatbots in plain English.
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Comments