Time MCP Server
OfficialAbout
Time and timezone conversion capabilities. Handle time calculations, timezone conversions, and date formatting.
Features
- Current time in any timezone
- Timezone conversions
- Date formatting
- Time calculations
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-time"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"time": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-time"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Get current time in Tokyo"
- "Convert times between timezones"
- "Calculate time differences"