Odel
llm cost estimator

llm cost estimator

Local
@waqarulwahabTypeScriptMITUpdated 2mo ago

Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key.

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).

npmllm-cost-estimator-mcpv0.3.1

Run

npx -y llm-cost-estimator-mcp

MCP client config

{
  "mcpServers": {
    "llm-cost-estimator": {
      "command": "npx",
      "args": [
        "-y",
        "llm-cost-estimator-mcp"
      ]
    }
  }
}