clawbackai mcp for Cursor
io.github.rckl88/clawbackai-mcp
LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.
client:Cursor
transport:stdio
runtime:npm
Install clawbackai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawbackai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawbackai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs