Time
Time and timezone conversion capabilities.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Time Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-time
Detailed Documentation
Time and timezone conversion capabilities.
Configuration
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-time"
],
"env": {}
}
}
}