timezest-mcp
About
MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TIMEZEST_API_KEY TIMEZEST_DEFAULT_TZClaude Code
claude mcp add --env TIMEZEST_API_KEY= --env TIMEZEST_DEFAULT_TZ= timezest-mcp -- npx timezest-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"timezest-mcp","command":"npx","args":["timezest-mcp"],"env":{"TIMEZEST_API_KEY":"","TIMEZEST_DEFAULT_TZ":""}}'
JSON
{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"timezest-mcp"
],
"env": {
"TIMEZEST_API_KEY": "",
"TIMEZEST_DEFAULT_TZ": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.