Skip to content
Cursor

timezest mcp for Cursor

io.github.sagarkalra-tech/timezest-mcp

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

client:Cursor transport:stdio runtime:npm

Install timezest mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "timezest-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "timezest-mcp"
      ],
      "env": {
        "TIMEZEST_API_KEY": "<TIMEZEST_API_KEY>",
        "TIMEZEST_DEFAULT_TZ": "<TIMEZEST_DEFAULT_TZ>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

timezest mcp in other clients