Time MCP Server
About
Provides current time and timezone conversion capabilities using IANA timezone names, with automatic system timezone detection.
Details
- Author
- ssinha3
- Categories
- Other, Developer Tools
Jump to
Setup
Install Time MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ssinha3/mcp-time-server
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
-
get_current_time- Get current time in a specific timezone or system timezone.
- Required arguments:
- timezone(string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')
convert_time- Convert time between timezones.
- Required arguments:
- source_timezone(string): Source IANA timezone name
- time(string): Time in 24-hour format (HH:MM)
- target_timezone(string): Target IANA timezone name
When usinguvno specific installation is needed. We will useuvxto directly runmcp-server-time.
Alternatively you can installmcp-server-timevia pip:
After installation, you can run it as a script using:
{ "mcpServers": { "time": { "command": "uvx", "args": ["mcp-server-time"] } } }
{ "mcpServers": { "time": { "command": "docker", "args": ["run", "-i", "--rm", "mcp/time"] } } }
{ "mcpServers": { "time": { "command": "python", "args": ["-m", "mcp_server_time"] } } }
"context_servers": [ "mcp-server-time": { "command": "uvx", "args": ["mcp-server-time"] } ],
"context_servers": { "mcp-server-time": { "command": "python", "args": ["-m", "mcp_server_time"] } },
For quick installation, use one of the one-click install buttons below...
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressingCtrl + Shift + Pand typingPreferences: Open User Settings (JSON).
Optionally, you can add it to a file called.vscode/mcp.jsonin your workspace. This will allow you to share the configuration with others.
Note that themcpkey is needed when using themcp.jsonfile.
{ "mcp": { "servers": { "time": { "command": "uvx", "args": ["mcp-server-time"] } } } }
{ "mcp": { "servers": { "time": { "command": "docker", "args": ["run", "-i", "--rm", "mcp/time"] } } } }
By default, the server automatically detects your system's timezone. You can override this by adding the argument--local-timezoneto theargslist in the configuration.
{ "command": "python", "args": ["-m", "mcp_server_time", "--local-timezone=America/New_York"] }
{ "name": "get_current_time", "arguments": { "timezone": "Europe/Warsaw" } }
{ "timezone": "Europe/Warsaw", "datetime": "2024-01-01T13:00:00+01:00", "is_dst": false }
{ "name": "convert_time", "arguments": { "source_timezone": "America/New_York", "time": "16:30", "target_timezone": "Asia/Tokyo" } }
{ "source": { "timezone": "America/New_York", "datetime": "2024-01-01T12:30:00-05:00", "is_dst": false }, "target": { "timezone": "Asia/Tokyo", "datetime": "2024-01-01T12:30:00+09:00", "is_dst": false }, "time_difference": "+13.0h", }
You can use the MCP inspector to debug the server. For uvx installations:
npx @modelcontextprotocol/inspector uvx mcp-server-time
Or if you've installed the package in a specific directory or are developing on it:
cd path/to/servers/src/time npx @modelcontextprotocol/inspector uv run mcp-server-time
- "What time is it now?" (will use system timezone)
- "What time is it in Tokyo?"
- "When it's 4 PM in New York, what time is it in London?"
- "Convert 9:30 AM Tokyo time to New York time"
We encourage contributions to help expand and improve mcp-server-time. Whether you want to add new time-related tools, enhance existing functionality, or improve documentation, your input is valuable.
For examples of other MCP servers and implementation patterns, see:https://github.com/modelcontextprotocol/servers
Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make mcp-server-time even more powerful and useful.
mcp-server-time is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.
Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP
AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.
An mcp server for your food ordering needs.
Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.
Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.
Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.
Real-time stock heatmaps and investment tools delivered as interactive React components.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





