mcp for Claude Desktop
io.github.clocknext/mcp
Meter usage and manage usage-based billing from AI tools via the ClockNext API.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clocknext/mcp"
],
"env": {
"CLOCKNEXT_API_KEY": "<CLOCKNEXT_API_KEY>",
"CLOCKNEXT_BASE_URL": "<CLOCKNEXT_BASE_URL>",
"CLOCKNEXT_DOCS_URL": "<CLOCKNEXT_DOCS_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs