ai cost analyzer for Cursor
io.github.vpatser1/ai-cost-analyzer
Analyze LLM API costs: token waste detection, caching savings estimates, model comparison
client:Cursor
transport:stdio
runtime:npm
Install ai cost analyzer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-cost-analyzer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-cost-analyzer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs