time-mcp
Servidor Time MCP: proporciona a los LLM capacidades de reconocimiento del tiempo
Una implementación de servidor de Protocolo de Contexto de Modelo (MCP) que permite que los LLM tengan capacidades de conocimiento del tiempo.
Herramientas
current_time: Obtener la hora actual (UTC y hora local)relative_time: Obtener el tiempo relativoget_timestamp: Obtener la marca de tiempo para la horadays_in_month: Obtener los días del mesconvert_time: Convertir la hora entre zonas horariasget_week_year: Obtener la semana y la isoWeek del año
Related MCP server: Time MCP Server
Instalación
Instalación mediante herrería
Para instalar time-mcp para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @yokingma/time-mcp --client claudeInstalar manualmente (opcional)
npm install -g time-mcpusando npx
npx -y time-mcpEjecutando en el cursor
Su archivo mcp.json se verá así:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}Corriendo en Windsurf
Agregue esto a su archivo ./codeium/windsurf/model_config.json :
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}Licencia
Licencia MIT: consulte el archivo LICENCIA para obtener más detalles.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceGives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.61,795MIT
- AlicenseBqualityDmaintenanceProvides time and timezone functionality for LLMs, enabling them to get current time information across different timezones and convert times between zones.2MIT
- Flicense-qualityDmaintenanceEnables LLMs to get current time information for any timezone worldwide, including available regions, cities, and ISO 8601 formatted timestamps with timezone offsets.8
- Alicense-qualityDmaintenanceProvides current time information and timezone conversion capabilities using IANA timezone names and automatic system detection. It enables LLMs to fetch current times across different regions and convert specific times between timezones.MIT
Related MCP Connectors
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.
A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yokingma/time-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server