Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key.
claude mcp add llm-cost-estimator -- npx -y llm-cost-estimator-mcp
claude_desktop_config.json
{
"mcpServers": {
"llm-cost-estimator": {
"command": "npx",
"args": [
"-y",
"llm-cost-estimator-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"llm-cost-estimator": {
"command": "npx",
"args": [
"-y",
"llm-cost-estimator-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"llm-cost-estimator": {
"command": "npx",
"args": [
"-y",
"llm-cost-estimator-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"llm-cost-estimator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llm-cost-estimator-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"llm-cost-estimator": {
"command": "npx",
"args": [
"-y",
"llm-cost-estimator-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.waqarulwahab--llm-cost-estimator/reviews or the review_server meta-tool.
POST /mcp