From df5567b6ce6bd4974c5c98c042e8a073f4b9ac1c Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 10:36:12 +0800 Subject: [PATCH] Add Time MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/community.time-uvx.json | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 servers/community.time-uvx.json diff --git a/servers/community.time-uvx.json b/servers/community.time-uvx.json new file mode 100644 index 0000000..8655608 --- /dev/null +++ b/servers/community.time-uvx.json @@ -0,0 +1,53 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.time-uvx", + "name": "Time (uvx)", + "alias": "time", + "description": "Time and timezone conversion tools for LLMs. Get the current time in any IANA timezone and convert times between timezones. Automatically detects the system timezone, or override it with the optional --local-timezone flag (e.g. add \"--local-timezone\", \"America/New_York\" to the args).", + "logo": "https://avatars.githubusercontent.com/u/182288589?v=4", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "time", + "timezone", + "datetime", + "clock", + "conversion" + ], + "transport": { + "type": "stdio", + "command": "uvx", + "args": [ + "mcp-server-time" + ], + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none", + "instructions": "No authentication required. Provides local time and timezone conversion." + }, + "contributor": { + "name": "Model Context Protocol", + "github": "modelcontextprotocol", + "url": "https://github.com/modelcontextprotocol/servers" + }, + "links": { + "repository": "https://github.com/modelcontextprotocol/servers", + "homepage": "https://modelcontextprotocol.io", + "documentation": "https://github.com/modelcontextprotocol/servers/tree/main/src/time#readme" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + }, + "changelog_url": "https://github.com/modelcontextprotocol/servers/releases" +}