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).
Run
npx -y llm-cost-estimator-mcp
MCP client config
{
"mcpServers": {
"llm-cost-estimator": {
"command": "npx",
"args": [
"-y",
"llm-cost-estimator-mcp"
]
}
}
}