MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.
claude mcp add timezest-mcp -- npx -y timezest-mcp
claude_desktop_config.json
{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"timezest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timezest-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sagarkalra-tech--timezest-mcp/reviews or the review_server meta-tool.
POST /mcp