Odel
clocknext mcp

clocknext mcp

Local
@clocknextTypeScriptUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@clocknext/mcpv0.6.0

Run

npx -y @clocknext/mcp

MCP client config

{
  "mcpServers": {
    "clocknext-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@clocknext/mcp"
      ]
    }
  }
}