[Plugin] cursor-usage - Query your Enterprise team's spending and analytics from the IDE

Hey everyone!

I built a plugin that wraps the Cursor Enterprise Admin and Analytics APIs as MCP tools, so your agent can answer questions about your team’s usage directly in chat.

What it does:

  • 15 MCP tools covering spending, daily usage, billing groups, usage events, DAU, model adoption, agent edits, tabs, MCP usage, and more

  • Skills that teach the agent how to interpret the data correctly (there are a lot of non-obvious gotchas in the API responses)

  • Commands: /usage-report, /spend-check, /model-audit

  • Cost optimization skill with actionable recommendations

Install:

/add-plugin cursor-usage

Example:

You: “How much did my team spend this week?” Agent: “Your team of 47 active members has spent $3,842 this cycle. Top spender is Alice at $412, followed by Bob at $287…”

GitHub: https://github.com/ofershap/cursor-usage

It’s part of the cursor-usage-tracker open-source ecosystem. The plugin handles quick questions, the dashboard handles charts, anomaly detection, and Slack alerts.

Would love feedback from other enterprise teams, what queries would be most useful for you?

Thanks!