Skip to content

Time

Free

by MCP Community

Time MCP server via HTTP

v0.0.3Added Apr 12, 2026
mcptimedatedate and timemodel context protocol
Works with:ClaudeGPTGeminiCopilot

Time MCP Server

Time MCP server via HTTP

Installation

npx -y @mcpcentral/mcp-time

Reviews

Leave a Review

Installation

Quick install
npx -y @mcpcentral/mcp-time
Add to claude_desktop_config.json
{
  "mcpServers": {
    "time": {
      "command": "npx",
      "args": ["-y", "@mcpcentral/mcp-time"]
    }
  }
}