← Back to Plugins
MCP Server MCP

io.github.sagarkalra-tech/timezest-mcp

github By github 👁 1 views ▲ 0 votes

MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "timezest-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your TimeZest API Key (from Settings -> API)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TIMEZEST_API_KEY"
        },
        {
          "description": "Default IANA timezone (e.g. America/Chicago)",
          "format": "string",
          "default": "America/Chicago",
          "name": "TIMEZEST_DEFAULT_TZ"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...