Time-MCP
@sidharthrajaram
About Time-MCP
mcp server for the time and date
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"time": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/time-mcp",
"run",
"time_mcp_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Time-MCP?
Time-MCP is a Model Context Protocol server that enables agents to retrieve the current date and time via two tools, get_datetime and get_current_unix_timestamp. It is designed for agents that need to know the current time in any timezone or the current UNIX timestamp.
How to use Time-MCP?
For Claude Desktop, add the server to claude_desktop_config.json using uv with the path to time_mcp_server.py. For custom clients (or Linux), implement an STDIO‑based client following the official MCP client tutorial and use time_mcp_server.py as the server.
Key features of Time-MCP
- Returns current date and time in a specified timezone (defaults to UTC)
- Provides the current UNIX timestamp
- Lightweight, single‑file Python server
- STDIO transport for easy integration
- Works with Claude Desktop and custom clients
- Requires only Python and
uv
Use cases of Time-MCP
- Answering “what time is it?” in a given timezone
- Calculating time offsets for future weather forecasts
- Timestamping agent actions or events
- Supporting time‑dependent task scheduling
FAQ from Time-MCP
What tools does Time-MCP provide?
It provides two tools: get_datetime returns the current date and time in a specified timezone (UTC if none), and get_current_unix_timestamp returns the current UNIX timestamp.
What dependencies does Time-MCP require?
The server requires Python and the uv package manager. It is a single Python script.
How do I set up Time-MCP in Claude Desktop?
Add a "time" entry to the mcpServers section of claude_desktop_config.json with the command uv and arguments pointing to the time_mcp_server.py file. The full path to uv may be needed.
What transport does Time-MCP use?
Time-MCP uses STDIO transport, the standard for MCP servers.
Can I use Time-MCP with a custom client?
Yes. Implement an STDIO‑based MCP client (following the official example tutorial) and connect it to time_mcp_server.py instead of the example weather server.
Frequently asked questions
What tools does Time-MCP provide?
It provides two tools: `get_datetime` returns the current date and time in a specified timezone (UTC if none), and `get_current_unix_timestamp` returns the current UNIX timestamp.
What dependencies does Time-MCP require?
The server requires Python and the `uv` package manager. It is a single Python script.
How do I set up Time-MCP in Claude Desktop?
Add a `"time"` entry to the `mcpServers` section of `claude_desktop_config.json` with the command `uv` and arguments pointing to the `time_mcp_server.py` file. The full path to `uv` may be needed.
What transport does Time-MCP use?
Time-MCP uses STDIO transport, the standard for MCP servers.
Can I use Time-MCP with a custom client?
Yes. Implement an STDIO‑based MCP client (following the official example tutorial) and connect it to `time_mcp_server.py` instead of the example weather server.
Basic information
More Productivity MCP servers

OmniSocials
OmniSocialsOfficial OmniSocials MCP server — schedule and publish posts, stories, and reels across 11 platforms (Instagram, Facebook, LinkedIn, YouTube, TikTok, X, Pinterest, Bluesky, Threads, Mastodon, Google Business), plus media

One
OneConnect your agent to the apps your team already uses: Gmail, Slack, Stripe, Shopify, HubSpot, Notion, Linear, Salesforce, QuickBooks and more. One hosted MCP server with OAuth sign-in, nothing to install and no API keys

LinkedIn Ghostwriter
ContentInWrite LinkedIn posts in your own voice from Claude, ChatGPT, or any MCP client. ContentIn trains a personal AI on your own LinkedIn posts, then generates ideas, drafts in your voice, schedules, publishes via LinkedIn's o

lucid.page
BitgatePublish beautiful Markdown docs instantly from any AI agent. Zero-config remote MCP server — your LLM pastes Markdown, gets back a shareable page. Free, no signup needed.
JobYap
JobYapJobYap aggregates job postings directly from companies' official careers sites and gives every posting a public discussion thread, with salaries, locations and full descriptions.
Comments