Back to Catalog

MCP-timeserver

SecretiveShell/MCP-timeserver
🔗 Latest commit:95ae3ad
🕒 Updated:Sep 9, 2025, 01:06 PM
Python
AI Tools

A simple MCP server that exposes datetime information to agentic systems and chat REPLs

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score50/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:39
👥 Contributors:2
📋 Total Issues:3
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
  "MCP-timeserver": {
    "command": "uvx",
    "args": [
      "MCP-timeserver"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
2 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/SecretiveShell/MCP-timeserver)](https://archestra.ai/mcp-catalog/secretiveshell__mcp-timeserver)
README.md

MCP-timeserver

A simple MCP server that exposes datetime information to agentic systems and chat REPLs

MCP-timeserver MCP server

Components

Resources

The server implements a simple datetime:// URI scheme for accessing the current date/time in a given timezone, for example:

datetime://Africa/Freetown/now
datetime://Europe/London/now
datetime://America/New_York/now

Tools

The server exposes a tool to get the current local time in the system timezone:

>>> get_current_time()
"The current time is 2024-12-18 19:59:36"

Quickstart

Install

use the following json

{
  "mcpServers": {
    "MCP-timeserver": {
      "command": "uvx",
      "args": ["MCP-timeserver"]
    }
  }
}
MCP-timeserver MCP Server | Documentation & Integration | Archestra