GetUTC
About
Provides the current UTC time from multiple verified sources.
Details
- Author
- very99
- Categories
- Productivity, Other
Jump to
Setup
Install GetUTC in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/very99/getutc-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
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!
- Multiple Time Sources: Verified against 4 reliable sources for accuracy
- WorldClockAPI (JSON API)
- HTTP Date headers from WorldClock, Google, and GitHub
git clone https://github.com/very99/getutc-mcp.git cd getutc-mcp
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.jsonon macOS):
{ "mcpServers": { "getutc": { "command": "node", "args": ["/path/to/getutc-mcp/dist/index.js"] } } }
- "What's the current UTC time?"
- "Get UTC timestamp"
- "Show today's date"
- 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)
- Node.js (version 14 or higher)
- MCP-compatible client (Amazon Q CLI, Claude Desktop, etc.)
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!
一个简单可靠的 MCP (Model Context Protocol) 服务器,通过多个验证源提供准确的 UTC 时间。开箱即用 - 只需克隆和配置!
- 多时间源: 通过4个可靠源验证确保准确性
- WorldClockAPI (JSON API)
- WorldClock、Google、GitHub 的 HTTP Date 头
git clone https://github.com/very99/getutc-mcp.git cd getutc-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"] } } }
- "现在的UTC时间是多少?"
- "获取UTC时间戳"
- "显示今天的日期"
- 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)
- Node.js (版本 14 或更高)
- 兼容 MCP 的客户端 (Amazon Q CLI, Claude Desktop 等)
getutc-mcp/ ├── dist/ # 预编译文件 (可直接使用) │ └── index.js # 主服务器文件 ├── src/ # 源代码 ├── package.json # 依赖项 └── README.md # 本文件
English: If you encounter issues, make sure:
- Node.js is installed and accessible
- The path in your MCP configuration is correct and absolute
- Your MCP client supports the MCP protocol
- Node.js 已安装且可访问
- MCP 配置中的路径正确且为绝对路径
- 你的 MCP 客户端支持 MCP 协议
Automated document processing and extraction
Great Question is an Agentic UX research platform for product builders. Its MCP lets AI agents create studies directly from any AI tool, surface insights, find the right research candidates, and query your entire research repository.
Create and edit Tally forms and analyze submissions
An MCP server for ActivityWatch, allowing interaction with your personal time tracking data.
AI2Fin | Intelligent Financial Management
Tools for expense tracking, tax deductions, bill management, and financial analysis.
Manage personal finances, track transactions, and create budgets with Budgetsco.
A simple calculator server for performing basic arithmetic operations.
Math evaluation, simplification, derivatives
A powerful server for Excel file processing, data analysis, and visualization, leveraging Python and Go for high performance.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




