Climeter
Freeby MCP Community
Usage-based billing for MCP servers — wrap any MCP tool with CLIMeter metering
v0.1.0Added Apr 12, 2026
mcpbillingmeteringmodel-context-protocolclimeter
Climeter MCP Server
Usage-based billing for MCP servers — wrap any MCP tool with CLIMeter metering
Installation
npx -y @auvh/climeter-mcp
Reviews
Installation
Quick install
npx -y @auvh/climeter-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"climeter": {
"command": "npx",
"args": ["-y", "@auvh/climeter-mcp"]
}
}
}