← Back to Plugins
MCP Server MCP

findtime MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @findtime/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@findtime/mcp-server",
      "version": "3.25.15",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "findtime.io developer API key used to authenticate requests to the Time API.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FINDTIME_TIME_API_KEY"
        },
        {
          "description": "Optional override for the Time API base URL. Defaults to https://time-api.findtime.io.",
          "format": "string",
          "name": "FINDTIME_TIME_API_BASE_URL"
        },
        {
          "description": "Optional client hint for transport behavior, such as cursor or codex.",
          "format": "string",
          "name": "FINDTIME_MCP_CLIENT_TYPE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...