Loading MCP server directory, please wait...
MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.
npx @getmcp/cli add io.github.sagarkalra-tech/timezest-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TIMEZEST_API_KEYYour TimeZest API Key (from Settings -> API)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sagarkalra-tech/timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
],
"env": {
"TIMEZEST_API_KEY": "",
"TIMEZEST_DEFAULT_TZ": "America/Chicago"
}
}
}
}