Time Server
@MCP-Mirror
关于 Time Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clssck_mcp-time-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@clssck/mcp-time-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
生产力 分类下的更多 MCP 服务器
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
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
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
评论