AI & ML
Trust: 39/100 (Limited)io.github.jeff-atriumn/tokencost-dev Guide
LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM
1 starsby atriumn
Quick Start
Install
npx tokencost-devClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jeff-atriumn-tokencost-dev": {
"command": "npx",
"args": [
"tokencost-dev"
]
}
}
}