Provides the current UTC time from multiple verified sources.
A simple and reliable MCP (Model Context Protocol) server that provides accurate UTC time from multiple verified sources. Ready to use out of the box - just clone and configure!
Clone the repository
git clone https://github.com/very99/getutc-mcp.git
cd getutc-mcp
Configure your MCP client
Add to your MCP configuration file:
For Amazon Q CLI (~/.aws/amazonq/mcp.json
):
{
"mcpServers": {
"getutc": {
"command": "node",
"args": ["/path/to/getutc-mcp/dist/index.js"],
"timeout": 30000
}
}
}
For Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS):
{
"mcpServers": {
"getutc": {
"command": "node",
"args": ["/path/to/getutc-mcp/dist/index.js"]
}
}
}
Start using
Ask your MCP client:
Tool Name: get_utc_time
Parameters:
format
(optional): Output format
"iso"
(default): ISO 8601 format (2025-06-21T16:18:14.000Z)"timestamp"
: Unix timestamp (1734789494)"readable"
: Human readable (Saturday, June 21, 2025 at 4:18:14 PM UTC)"date-only"
: Date only (2025-06-21)"time-only"
: Time only (16:18:14)getutc-mcp/
├── dist/ # Pre-built files (ready to use)
│ └── index.js # Main server file
├── src/ # Source code
├── package.json # Dependencies
└── README.md # This file
Feel free to submit issues and pull requests!
MIT License
一个简单可靠的 MCP (Model Context Protocol) 服务器,通过多个验证源提供准确的 UTC 时间。开箱即用 - 只需克隆和配置!
克隆仓库
git clone https://github.com/very99/getutc-mcp.git
cd getutc-mcp
配置你的 MCP 客户端
添加到你的 MCP 配置文件:
Amazon Q CLI (~/.aws/amazonq/mcp.json
):
{
"mcpServers": {
"getutc": {
"command": "node",
"args": ["/path/to/getutc-mcp/dist/index.js"],
"timeout": 30000
}
}
}
Claude Desktop (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
):
{
"mcpServers": {
"getutc": {
"command": "node",
"args": ["/path/to/getutc-mcp/dist/index.js"]
}
}
}
开始使用
询问你的 MCP 客户端:
工具名称: get_utc_time
参数:
format
(可选): 输出格式
"iso"
(默认): ISO 8601 格式 (2025-06-21T16:18:14.000Z)"timestamp"
: Unix 时间戳 (1734789494)"readable"
: 人类可读格式 (Saturday, June 21, 2025 at 4:18:14 PM UTC)"date-only"
: 仅日期 (2025-06-21)"time-only"
: 仅时间 (16:18:14)getutc-mcp/
├── dist/ # 预编译文件 (可直接使用)
│ └── index.js # 主服务器文件
├── src/ # 源代码
├── package.json # 依赖项
└── README.md # 本文件
欢迎提交问题和拉取请求!
MIT 许可证
English: If you encounter issues, make sure:
中文: 如果遇到问题,请确保:
The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with Adfin.
Guides problem-solving by breaking down complex problems and recommending the best MCP tools for each step.
CalDAV Nectcloud calendar integration. Manage calendars, events, attendees, etc.
Product‑discovery and strategy platform integration. Create, query and update opportunities, solutions, outcomes, requirements and feedback from any MCP‑aware LLM.
Connect AI agents with the Feishu/Lark platform for automation, including document processing, conversation management, and calendar scheduling.
Manage tmux panes and execute commands within tmux sessions.
Trello Desktop MCP server that enables Claude Desktop to interact with Trello boards, cards, lists, and team members through natural language commands.
Dynamically search and call tools using UnifAI Network
Interact with Quire.io projects and tasks using the Quire API, enabling AI assistants to manage your workflow.
Connect your Limitless Pendant data to Claude and other LLMs using the Limitless API.