✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

MCP Simple Timeserver

smithery badge

One of the strange design decisions Anthropic made was depriving Claude of timestamps for messages sent by the user or current time in general. Poor Claude can’t tell what time it is! mcp-simple-timeserver is a simple MCP server that fixes that.

This server provides two tools:

  • get_time provides the current local time and timezone information from the user’s machine. This way Claude can know what time it is at the user’s location. He can also calculate how much time passed since his last interaction with the user should he want to do so.
  • get_utc provides current UTC time obtained from an NTP time server.

Installation

Installing via Smithery

To install Simple Timeserver for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install mcp-simple-timeserver --client claude

Manual Installation

First install the module using:

pip install mcp-simple-timeserver

Then configure in MCP client - the Claude desktop app.

Under Mac OS this will look like this:

"mcpServers": {
  "simple-timeserver": {
    "command": "python",
    "args": ["-m", "mcp_simple_timeserver"]
  }
}

Under Windows you have to check the path to your Python executable using where python in the cmd (Windows command line).

Typical configuration would look like this:

"mcpServers": {
  "simple-timeserver": {
    "command": "C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python311\python.exe",
    "args": ["-m", "mcp_simple_timeserver"]
  }
}

Simple Timeserver

Project Details

Recomended MCP Servers

🧩
nREPL MCP Server

nRepl mcp server for clojure. Enables interaction with a running Clojure nREPL instance, allowing evaluation of Clojure code,...

🧩
Nostr MCP Server

A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.

Meeting BaaS
Meeting BaaS

Model Context Protocol server for AI assistants to create meeting bots, search transcripts, and manage meeting recordings.

🧩
Claude Server

Claude Server is an MCP implementation that enhances Claude's capabilities by providing sophisticated context management across sessions, enabling...

Text Editor MCP Server
Text Editor MCP Server

An open source implementation of the Claude built-in text editor tool

AiryLark Translation Server
AiryLark Translation Server

强大的MCP翻译服务器!#AiryLarkMCP 🌐 专为专业翻译人员设计: • 三阶段翻译流程:分析规划、精准翻译、全文审校 • 自动识别专业领域术语 • 提供全面翻译质量评估 • 支持多语种互译 • 保持原文风格与专业性 💯 无缝集成Claude/Cursor等支持MCP的AI助手,让AI翻译达到专业水准!

🧩
Rust Docs MCP Server

🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs,...

🧩
Video Generation Server with Google Veo2

MCP for Video- or Image-Generation with Google VEO2

Diff Server
Diff Server
🧩
Daraja MCP
Task Manager
Task Manager

MCP tool for exposing a structured task queue to guide AI agent workflows. Great for taming an over-enthusiastic...

Lingo.dev
Lingo.dev

⚡️ Open-source AI-powered CLI for web & mobile localization. Bring your own LLM or use Lingo.dev-managed localization engine....

Featured Templates

View More
AI Characters
Sarcastic AI Chat Bot
129 2037
Verified Icon
AI Agents
AI Chatbot Starter Kit
1342 9274
Verified Icon
AI Assistants
Speech to Text
139 2196
AI Assistants
AI Chatbot Starter Kit v0.1
141 1202
Customer service
Multi-language AI Translator
139 1246

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.