Skip to content
Cursor

statlyte — live LLM pricing for Cursor

io.github.richardwilkinson9/statlyte

Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.

client:Cursor transport:stdio runtime:npm

Install statlyte — live LLM pricing in Cursor

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

{
  "mcpServers": {
    "statlyte": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "statlyte"
      ]
    }
  }
}

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

statlyte — live LLM pricing in other clients