← Index

io.github.sagarkalra-tech/timezest-mcp

io.github.sagarkalra-tech/timezest-mcp·v1.1.0·Calendar & Time
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "timezest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "timezest-mcp"
      ],
      "env": {
        "TIMEZEST_API_KEY": "<your-timezest_api_key>",
        "TIMEZEST_DEFAULT_TZ": "America/Chicago"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "timezest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "timezest-mcp"
      ],
      "env": {
        "TIMEZEST_API_KEY": "<your-timezest_api_key>",
        "TIMEZEST_DEFAULT_TZ": "America/Chicago"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y timezest-mcp
§02  Environment variables
TIMEZEST_API_KEY
requiredsecret

Your TimeZest API Key (from Settings -> API)

TIMEZEST_DEFAULT_TZ

Default IANA timezone (e.g. America/Chicago)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time