
Time
Time and timezone conversion capabilities
Send to Your Agent
Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.
Install the Time MCP server for me.
Server: Time
Description: Time and timezone conversion capabilities
Install command: npx -y @modelcontextprotocol/server-time
GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/time
Please install this MCP server and confirm when ready. Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.
Quick Install
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
- Open Claude Desktop app
- Go to Settings → Developer → Edit Config
- Paste the config below into the file
- Restart Claude Desktop
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-time"
]
}
}
} Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json
Installation Methods
npx -y @modelcontextprotocol/server-timeuvx mcp-server-timepip install mcp-server-timeTools (2)
get_current_time Get current time in a specific timezone or system timezone
convert_time Convert time between timezones
Compatibility
About
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.
Tools
get_current_time
Get current time in a specific timezone or system timezone.
timezone(string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')
convert_time
Convert time between timezones.
source_timezone(string): Source IANA timezone nametime(string): Time in 24-hour format (HH:MM)target_timezone(string): Target IANA timezone name
Use Cases
- Scheduling — "What time is it in Tokyo right now?"
- Meeting planning — "If it's 3 PM in New York, what time is it in London?"
- Deadline tracking — "How many hours until the deadline in PST?"
- Global coordination — "Find a meeting time that works for team members in 3 timezones"
Related Resources
Format Converter
PromptConvert between file formats, programming languages, data structures, writing styles, and documentation formats with accuracy and contextual awareness.
Notion
MCP ServerOfficial Notion MCP Server
3D Printing Optimizer
SkillOptimize 3D models for additive manufacturing considering orientation, supports, infill, and material properties.
Artificial Intelligence
GlossaryThe broad field of creating machines that can perform tasks requiring human-like intelligence, such as reasoning, learning, and perception.
Recursive Self-Improvement Engine
PromptAnalyzes and improves its own outputs through iterative refinement, applying multiple quality lenses to achieve optimal results.
Compare LLM Pricing
This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.