AgentHubAgentHub

findtime MCP Server

MCP ServerMCP Registry官方收录

io.github.hkchao/findtime-mcp-server · v3.25.15

MCP server for time in cities around the world, time zones, DST, conversion, and meetings.

概览

findtime MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "findtime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@findtime/mcp-server"
      ],
      "env": {
        "FINDTIME_TIME_API_KEY": "<FINDTIME_TIME_API_KEY>"
      }
    }
  }
}

环境变量

FINDTIME_TIME_API_KEY必填secret

findtime.io developer API key used to authenticate requests to the Time API.

FINDTIME_TIME_API_BASE_URL可选

Optional override for the Time API base URL. Defaults to https://time-api.findtime.io.

FINDTIME_MCP_CLIENT_TYPE可选

Optional client hint for transport behavior, such as cursor or codex.

相关资源

统一 Manifest

{
  "id": "io.github.hkchao/findtime-mcp-server",
  "type": "mcp-server",
  "version": "3.25.15",
  "displayName": "findtime MCP Server",
  "description": "MCP server for time in cities around the world, time zones, DST, conversion, and meetings.",
  "repository": {
    "url": "https://github.com/hkchao/findtime-mcp-server",
    "source": "github"
  },
  "homepage": "https://findtime.io",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@findtime/mcp-server",
        "version": "3.25.15",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "FINDTIME_TIME_API_KEY",
            "description": "findtime.io developer API key used to authenticate requests to the Time API.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "FINDTIME_TIME_API_BASE_URL",
            "description": "Optional override for the Time API base URL. Defaults to https://time-api.findtime.io."
          },
          {
            "name": "FINDTIME_MCP_CLIENT_TYPE",
            "description": "Optional client hint for transport behavior, such as cursor or codex."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.hkchao/findtime-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.hkchao%2Ffindtime-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
findtime MCP Server — MCP Server 安装与配置 · AgentHub