π Time MCP Server: Giving LLMs Time Awareness Capabilities
About
β° Time MCP Server: Giving LLMs Time Awareness Capabilities
Details
- Author
- yokingma
- GitHub stars
- 67
- Downloads
- 705
- Categories
- Other, Developer Tools, Productivity, AI
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π Time MCP Server: Giving LLMs Time Awareness CapabilitiesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Smithery: npx -y @smithery/cli install @yokingma/time-mcp --client claude. Alternatively, install globally with npm install -g time-mcp and run with npx -y time-mcp. For Claude Code, add using claude mcp add time-mcp -- npx -y time-mcp; for Cursor and Winds
current_time
Get the current date and time.
relative_time
Get the relative time from now.
days_in_month
Get the number of days in a month. If no date is provided, get the number of days in the current month.
get_timestamp
Get the timestamp for the time.
convert_time
Convert time between timezones.
get_week_year
Get the week and isoWeek of the year.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83d\ude80 time mcp server: giving llms time awareness capabilities": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}
}
McpServers
{
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
π Time MCP Server: Giving LLMs Time Awareness Capabilities
A Model Context Protocol (MCP) server implementation that allows LLMs to have time awareness capabilities.
- current_time: Get current time (UTC and local time)
- relative_time: Get relative time
- get_timestamp: Get timestamp for the time
- days_in_month: Get days in month
- convert_time: Convert time between timezones
- get_week_year: Get week and isoWeek of the year
To install time-mcp for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @yokingma/time-mcp --client claude
To add time-mcp to Claude Code, use the following command:
claude mcp add time-mcp -- npx -y time-mcp
You should see time-mcp listed with a β Connected status.
Once installed, you can use time-mcp tools in your conversations with Claude Code. For example:
- "What time is it now?"
- "Convert 2:00 PM from New York to Tokyo time"
- "How many days are in this month?"
- "What week of the year is it?"
The time-mcp server will automatically provide accurate time information to Claude.
{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }
Add this to your./codeium/windsurf/model_config.jsonfile:
{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }
MIT License - seeLICENSEfile for details.
Chia Health MCP Server β Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.
Broker + MCP server for last-bidder-wins games on Solana β agents register, auto-fund a Privy wallet, and bid via streamable HTTP
AI-powered no-code app builder with 17 MCP tools β create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.
An mcp server for your food ordering needs.
Agent-to-Agent handoff certification for multi-agent systems β validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.
Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf β zero config, no API key.
Health intelligence MCP β access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.
Real-time stock heatmaps and investment tools delivered as interactive React components.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





