Skip to content

Commit de951da

Browse files
authored
Add Time MCP server (#186)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 922c90c commit de951da

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

servers/community.time-uvx.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.time-uvx",
4+
"name": "Time (uvx)",
5+
"alias": "time",
6+
"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).",
7+
"logo": "https://avatars.githubusercontent.com/u/182288589?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity"
11+
],
12+
"tags": [
13+
"time",
14+
"timezone",
15+
"datetime",
16+
"clock",
17+
"conversion"
18+
],
19+
"transport": {
20+
"type": "stdio",
21+
"command": "uvx",
22+
"args": [
23+
"mcp-server-time"
24+
],
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "none",
31+
"instructions": "No authentication required. Provides local time and timezone conversion."
32+
},
33+
"contributor": {
34+
"name": "Model Context Protocol",
35+
"github": "modelcontextprotocol",
36+
"url": "https://github.com/modelcontextprotocol/servers"
37+
},
38+
"links": {
39+
"repository": "https://github.com/modelcontextprotocol/servers",
40+
"homepage": "https://modelcontextprotocol.io",
41+
"documentation": "https://github.com/modelcontextprotocol/servers/tree/main/src/time#readme"
42+
},
43+
"platforms": [
44+
"all"
45+
],
46+
"capabilities": {
47+
"tools": true,
48+
"resources": false,
49+
"prompts": false,
50+
"read_only_mode": true
51+
},
52+
"changelog_url": "https://github.com/modelcontextprotocol/servers/releases"
53+
}

0 commit comments

Comments
 (0)