🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
@yokingma
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities について
⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}ツール
6Get the current date and time.
Get the relative time from now.
Get the number of days in a month. If no date is provided, get the number of days in the current month.
Get the timestamp for the time.
Convert time between timezones.
Get the week and isoWeek of the year.
概要
What is time-mcp?
time-mcp is a Model Context Protocol (MCP) server that gives LLMs time awareness capabilities, providing tools for current time, relative time, timestamps, days in month, timezone conversion, and week/year info.
How to use time-mcp?
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
「生産性」の他のコンテンツ
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac

Time
modelcontextprotocolModel Context Protocol Servers
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
コメント