MCP-timeserver
A simple MCP server that exposes datetime information to agentic systems and chat REPLs
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"]
}
}
}
Recommend MCP Servers 💡
@r-huijts/ethics-vibe-check
An MCP server that turns Claude into a philosophical sparring partner who actively contradicts comfortable conversations and challenges confirmation bias.
hitl-mcp-server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs
@aashari/mcp-server-atlassian-jira
Node.js/TypeScript MCP server for Atlassian Jira, enabling AI systems to interact with Jira projects, issues, and dev info.
@mcpfun/mcp-server-leetcode
A Model Context Protocol (MCP) server for LeetCode that provides access to problems, user data, and contest information through GraphQL
ai-coder-tools
Provides a collection of Model Context Protocol (MCP) server implementations, including tools for Azure DevOps, Git, Kusto, and general search, designed to extend Roo Code capabilities for AI-assisted coding.
google-pse-mcp
An MCP server integrating Google Programmable Search Engine (PSE) API to provide web search tools for MCP clients