Timezest
Freeby MCP Community
MCP Server for TimeZest scheduling API — brings appointments, pending requests, and ticket-linked schedules to Claude.
v1.1.2Added Apr 12, 2026
mcpmodel-context-protocoltimezestschedulingconnectwise
Timezest MCP Server
MCP Server for TimeZest scheduling API — brings appointments, pending requests, and ticket-linked schedules to Claude.
Installation
Reviews
Installation
Quick install
npx -y timezest-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"timezest": {
"command": "npx",
"args": ["-y", "timezest-mcp"]
}
}
}