Server Directory
Developer ToolsBeginner Official

Time

by Anthropic

GitHub
18.5k

Get current time and perform timezone conversions. Essential utility server for time-aware operations and scheduling across timezones.

CAPABILITIES

  • Get current time
  • Timezone conversion
  • Date formatting
  • Time arithmetic

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-time

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "time": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@modelcontextprotocol/server-time"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Developer Tools
Difficulty
Beginner
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-time

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →