mcpbeat Sign in

Clocknext MCP Server

local only

Clocknext runs on your own machine — the client starts it, so there is no endpoint to ping. 396 installs a week from npm. Last commit 12 Sep 2026.

Meter usage and manage usage-based billing from AI tools via the ClockNext API.

Installs per day peak 261 · avg 46 · +226% w/w
a month agotoday
396
Installs / week
npm · @clocknext/mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Clocknext 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 mcp -- npx -y @clocknext/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@clocknext/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@clocknext/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@clocknext/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@clocknext/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLOCKNEXT_API_KEY (Your organisation's cnk_… API key (Settings → API Keys).), CLOCKNEXT_BASE_URL (Override the API origin (e.g. a staging URL). Defaults to production.), CLOCKNEXT_DOCS_URL (Override the docs origin for the search_docs/get_doc tools. Defaults to https://help.clocknext.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clocknext

same job, measured the same way
ClockNext
by clocknext

Meter usage and manage usage-based billing from AI tools via the ClockNext API.

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
Clishop
by stefdcl

Order anything from your terminal — search, buy, track, and manage via MCP tools.

90 installs/wk local only
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

26 installs/wk local only
CutPro
by getcutpro

AI clips from long videos: analyze, clip, render and publish via the CutPro API.

37 installs/wk answering
WaAPI
by waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

answering
SMSPM MCP Server
by alesav

Send SMS via the SMSPM API from any MCP client.

25 installs/wk local only
Computer-Use Agents API
by hcompai

Run and manage H Company's Computer-Use Agents from any MCP client.

9 tools answering

Clocknext — questions

Answers built from our own checks of this server.

Why is there no uptime for Clocknext?
Clocknext 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 @clocknext/mcp was installed 396 times last week.
How do I connect Clocknext?
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 @clocknext/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Clocknext?
The npm package @clocknext/mcp was installed 396 times in the last week. Week over week that is +226%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clocknext open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.