mcp-time-server
Verified Safeby FoxLauren
Overview
Provides lightweight, cross-platform time and date manipulation utilities via an MCP server.
Installation
python server.pySecurity Notes
The server uses only standard Python libraries (datetime, zoneinfo, time) and the FastMCP framework for its core logic. No 'eval', 'exec', or direct shell commands are used within the date/time functions. There are no hardcoded secrets or indications of unusual network activity beyond the MCP protocol itself. The `build.py` script uses `subprocess.run` for PyInstaller, which is standard. The primary security 'friction' is the operating system flagging unsigned executables, which is a common occurrence for open-source projects and not indicative of malicious code.
Similar Servers
seamless-agent
Empowers AI agents within GitHub Copilot Chat (or similar LM clients) to seek interactive user confirmation and feedback via specialized tools (ask_user, plan_review, walkthrough_review) before executing actions, ensuring user control.
X96Dbg-MCP-Server-Plugin
Provides a JSON-RPC bridge for x32dbg/x64dbg, allowing external automations to inspect and control a debugged process without direct UI interaction.
felix
Real-time conversational AI voice assistant with local processing, autonomous tool execution, and PWA support.
mcp-server-time
Provides time-related functionality or information, possibly for a Minecraft Protocol (MCP) server.