Time MCP Server
About
Provides current time and timezone conversion capabilities for LLMs, using IANA timezone names.
Details
- Author
- carterpape
- Categories
- Productivity, AI, Other
Jump to
Setup
Install Time MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/carterpape/pape-mcp-server-time
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 runpape-mcp-server-time.
Alternatively you can installpape-mcp-server-timevia pip:
After installation, you can run it as a script using:
{ "mcpServers": { "time": { "command": "uvx", "args": ["pape-mcp-server-time"] } } }
{ "mcpServers": { "time": { "command": "python", "args": ["-m", "pape_mcp_server_time"] } } }
"context_servers": [ "pape-mcp-server-time": { "command": "uvx", "args": ["pape-mcp-server-time"] } ],
"context_servers": { "pape-mcp-server-time": { "command": "python", "args": ["-m", "pape_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": ["pape-mcp-server-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", "pape_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 pape-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 pape-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 pape-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 pape-mcp-server-time even more powerful and useful.
pape-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.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
An MCP server which brings Jotform to your AI client or LLM
After Effects MCP is a full-featured automation bridge that connects AI clients (like VS Code, Claude Desktop, and Claude Code) to Adobe After Effects through MCP, enabling scripted control of compositions, layers, effects, keyframes/graph easing, presets, markers, audio levels, waveform analysis, and effect discovery via a live bridge panel.
Project management your AI can actually run — connect Claude, ChatGPT, Cursor & Codex to one board over MCP.
Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX
AIOProductOS spine over MCP — customers, revenue, feedback, work, analytics on one typed record.
The memory layer for AI coding tools. Local-first, semantic, 9 MCP tools with consolidation and project scoping. Works with Claude Code, Cursor, Windsurf & any MCP client.
One MCP server for Claude, ChatGPT & Gemini — wraps your ERPs, CRMs, APIs and knowledge base into a single governed endpoint.
Run your field service business from Claude: answer calls, book and dispatch jobs, build estimates, chase invoices. Built for HVAC, plumbing, electrical, roofing and pest control.
Complete Swiss accounting integration for Bexio via MCP. Works with Claude Desktop, n8n, and any MCP client. 221 tools for invoices, contacts, projects & more.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





