Back to MCP Servers
Time Server
Time and timezone conversion capabilities for scheduling and temporal data operations
timetimezoneutilityofficial
By Anthropic
Installation
npm install -g @modelcontextprotocol/server-timeConfiguration
{
"mcpServers": {
"time": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-time"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes