Skip to content
Cursor

AI-Cost-CLI for Cursor

io.github.ufhouck/aicost-cli

AI API cost calculator, recommender & MCP server. 29 models across text/image/video/audio.

client:Cursor transport:stdio runtime:pypi

Install AI-Cost-CLI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aicost-cli": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aicost-cli"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AI-Cost-CLI in other clients