🚀 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
生产力 分类下的更多 MCP 服务器
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
评论