mcpbeat Sign in

Timezest MCP Server

by sagarkalra-tech Your server? Claim it
local only

Timezest MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 29 Mar 2026.

MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.

Installs per day peak 22 · avg 8 · -31% w/w
a month agotoday
40
Installs / week
npm · timezest-mcp
1
Stars
0 open issues
29 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Timezest MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add timezest-mcp -- npx -y timezest-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "timezest-mcp": {
      "args": [
        "-y",
        "timezest-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.timezest-mcp]
command = "npx"
args = ["-y", "timezest-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "timezest-mcp": {
      "args": [
        "-y",
        "timezest-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "timezest-mcp": {
      "args": [
        "-y",
        "timezest-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TIMEZEST_API_KEY (Your TimeZest API Key (from Settings -> API)), TIMEZEST_DEFAULT_TZ (Default IANA timezone (e.g. America/Chicago)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Timezest MCP

same job, measured the same way
TimeZest
by wyre-ai

MCP server for TimeZest — appointment scheduling, agents, appointment types, and resources for MSPs.

local only
TimeZest
by wyre-technology

MCP server for TimeZest — appointment scheduling, agents, appointment types, and resources for MSPs.

local only
MCP Request-tracker
by crunchtools

Secure MCP server for Request Tracker (RT) ticket management

71 installs/wk local only
Bitbucket MCP Server
by lawp09

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

447 installs/wk local only
NIRA Temporal MCP
by pachote

Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules

46 installs/wk local only
mcp-server-smartsheet-rm
by christianclaudio

MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.

788 installs/wk local only
R
Syncline MCP Server
by syncline

AI-powered meeting scheduling with intelligent auto-scheduling for Claude and AI agents.

218 installs/wk local only
Postfast MCP
by peturgeorgievv-factory

MCP server for the PostFast API — schedule and manage social media posts via AI tools

395 installs/wk local only

Timezest MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Timezest MCP?
Timezest MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package timezest-mcp was installed 40 times last week.
How do I connect Timezest MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls timezest-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Timezest MCP?
The npm package timezest-mcp was installed 40 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Timezest MCP open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.