Time MCP Server: Giving LLMs Time Awareness Capabilities
A Model Context Protocol (MCP) server implementation that allows LLMs to have time awareness capabilities.

Tools
current_time
: Get current time (UTC and local time)relative_time
: Get relative timeget_timestamp
: Get timestamp for the timedays_in_month
: Get days in monthconvert_time
: Convert time between timezonesget_week_year
: Get week and isoWeek of the year
Installation
Installing via Smithery
To install time-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @yokingma/time-mcp --client claude
Manually install (Optional)
npm install -g time-mcp
using npx
npx -y time-mcp
Running on Cursor
Your mcp.json
file will look like this:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}
Running on Windsurf
Add this to your ./codeium/windsurf/model_config.json
file:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}
License
MIT License - see LICENSE file for details.
Time MCP Server
Project Details
- yokingma/time-mcp
- time-mcp
- MIT License
- Last Updated: 4/18/2025
Recomended MCP Servers

MCP server that provides LLM with tools for interacting with EVM networks
Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and...
A MCP Server with various chess functionality
MCP server for interacting with esa API
Fetch and read Jewish texts through the API of Sefaria.org
A simple MCP server for Obsidian
MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
A powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to...
MCP Server for interacting with LogSeq graph
PhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS...