ComparEdge LLM Cost for Cursor
io.github.imkemit-ops/comparedge-llm-cost
Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.
client:Cursor
transport:stdio
runtime:npm
Install ComparEdge LLM Cost in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"comparedge-llm-cost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs