io.github.sagarkalra-tech/timezest-mcp MCP Server
io.github.sagarkalra-tech/timezest-mcp
What is the io.github.sagarkalra-tech/timezest-mcp MCP server?
MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.
How to install io.github.sagarkalra-tech/timezest-mcp
Copy-paste configuration for popular MCP clients.
TIMEZEST_API_KEYrequiredsecretYour TimeZest API Key (from Settings -> API)
TIMEZEST_DEFAULT_TZDefault IANA timezone (e.g. America/Chicago)
{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
],
"env": {
"TIMEZEST_API_KEY": "<YOUR_TIMEZEST_API_KEY>",
"TIMEZEST_DEFAULT_TZ": "<YOUR_TIMEZEST_DEFAULT_TZ>"
}
}
}
}{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
],
"env": {
"TIMEZEST_API_KEY": "<YOUR_TIMEZEST_API_KEY>",
"TIMEZEST_DEFAULT_TZ": "<YOUR_TIMEZEST_DEFAULT_TZ>"
}
}
}
}{
"mcpServers": {
"timezest-mcp": {
"command": "npx",
"args": [
"-y",
"timezest-mcp"
],
"env": {
"TIMEZEST_API_KEY": "<YOUR_TIMEZEST_API_KEY>",
"TIMEZEST_DEFAULT_TZ": "<YOUR_TIMEZEST_DEFAULT_TZ>"
}
}
}
}{
"servers": {
"timezest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timezest-mcp"
],
"env": {
"TIMEZEST_API_KEY": "<YOUR_TIMEZEST_API_KEY>",
"TIMEZEST_DEFAULT_TZ": "<YOUR_TIMEZEST_DEFAULT_TZ>"
}
}
}
}claude mcp add timezest-mcp --env TIMEZEST_API_KEY=<YOUR_TIMEZEST_API_KEY> --env TIMEZEST_DEFAULT_TZ=<YOUR_TIMEZEST_DEFAULT_TZ> -- npx -y timezest-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.