mcpbeat

ClockNext MCP Server

by clocknext
local only

ClockNext runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 4 Aug 2026.

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

Installs per day peak 51 · avg 2
a month agotoday
80
Installs / week
npm · @clocknext/mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

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"
    }
  }
}

Alternatives to ClockNext

same job, measured the same way
Postfast MCP
by peturgeorgievv-factory

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

118 installs/wk local only
Clishop
by stefdcl

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

30 installs/wk local only
Bionicforms MCP
by mwbidwell

Build forms, manage responses, and run AI analysis via the BionicForms API.

37 installs/wk local only
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

44 installs/wk local only
CutPro
by getcutpro

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

45 installs/wk answering
SMSPM MCP Server
by alesav

Send SMS via the SMSPM API from any MCP client.

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

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

6 tools answering
DuckHub QR Menu
by duck-hub

Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.

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 80 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 80 times in the last week. 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?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.