Skip to content

Climeter

Free

by MCP Community

Usage-based billing for MCP servers — wrap any MCP tool with CLIMeter metering

v0.1.0Added Apr 12, 2026
mcpbillingmeteringmodel-context-protocolclimeter
Works with:ClaudeGPTGeminiCopilot

Climeter MCP Server

Usage-based billing for MCP servers — wrap any MCP tool with CLIMeter metering

Installation

npx -y @auvh/climeter-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @auvh/climeter-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "climeter": {
      "command": "npx",
      "args": ["-y", "@auvh/climeter-mcp"]
    }
  }
}