Skip to content
Vinkius

Cursor Admin Connector for AI agents.

12 live capabilities

Manage team spending and member access through your AI agent.

Live agent request Cursor Admin / Connector

Waiting for input…

AI Agent

Why people use Cursor Admin

Cursor Admin for Team Spending and Cost Oversight

With this Connector, you just ask your agent to show me the spending breakdown for this month. It pulls the data instantly and identifies anyone over their limit. You can then say set a new limit for that user and the job is done in seconds.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a voice-controlled dashboard for your entire Cursor team's operations.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Preventing Budget Overruns

    A finance lead notices a spike in costs and asks the agent to find who exceeded their $50 limit and show their usage events.

  2. Real-world use case 02

    Rapid Offboarding

    An admin needs to clear out old accounts and tells the agent to remove the user with a specific email from the team.

  3. Real-world use case 03

    Security Auditing

    A security lead asks to see all changes to the repo blocklist from the last 48 hours to ensure no unauthorized access.

Complete set · 12capabilities

The complete Cursor Admin capability set.

These are the exact actions your AI can choose when you ask it to work with Cursor Admin.

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 12 available through Cursor Admin.

  1. 01 Capability

    Get audit logs

    Retrieve admin events like billing changes or setting updates with filters for time and user.

  2. 02 Capability

    Get daily usage data

    Pull per-user metrics for a specific date range to see daily activity levels.

  3. 03 Capability

    Get repo blocklists

    View the list of repositories currently blocked from AI indexing.

  4. 04 Capability

    Get spending data

    Get a breakdown of team spending including per-member costs for the current cycle.

Capability set02 / 03

05—08

4 capabilities in this set.

Part of 12 available through Cursor Admin.

  1. 05 Capability

    Get team info

    Fetch general team metadata like the team name and member count.

  2. 06 Capability

    Get team settings

    View the current configuration settings for your team.

  3. 07 Capability

    Get usage events

    Get granular data on model names and token usage for precise cost attribution.

  4. 08 Capability

    List team members

    See every member on the team along with their specific roles and status.

Capability set03 / 03

09—12

4 capabilities in this set.

Part of 12 available through Cursor Admin.

  1. 09 Capability

    Remove team member

    Remove a user from the team using their email or unique user ID.

  2. 10 Capability

    Set user spend limit

    Set or remove a dollar limit for a specific member to control their budget.

  3. 11 Capability

    Update team settings

    Modify specific fields in your team configuration using partial updates.

  4. 12 Capability

    Upsert repo blocklists

    Add new URLs or patterns to the repository blocklist or update existing ones.

Set up in minutes

One URL. Then ask Cursor Admin to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cursor Admin from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Cursor Admin, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Cursor Admin for the conversation.

Where the request belongs

Work Cursor Admin can move forward.

Built around the request

This is for the person responsible for the boring but critical stuff. If you are tired of manual data entry for billing or worrying about shadow AI usage, this is for you.

01

Team Administrator

Manages member access and removes old accounts when people leave the company.

02

Engineering Manager

Monitors AI adoption rates and identifies which developers are getting the most value.

03

Finance Lead

Sets monthly budgets and ensures the team does not overspend on premium requests.

04

Security Officer

Audits logs for suspicious activity and manages repository blocklists to protect IP.

Bring your own AI

Change the model, client or framework. Keep Cursor Admin connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Cursor Admin.

The practical details behind the request, access and result.

How do I get my Cursor Admin API key?

Go to the Cursor Dashboard → Settings → API Keys to create an admin API key. The key starts with crsr_ and must have the admin:* scope to access the Admin API. Copy the key and paste it into the API key field in the setup wizard. The key is sent as Basic Auth credentials (API key as the username, empty password) in every request to https://api.cursor.com.

What API scope is required?

The Admin API requires the admin:* scope on your API key. This scope grants access to team management, audit logs, usage data, spending controls, and team settings. Without the admin scope, API calls will return 401 Unauthorized. Generate your key from an admin account in the Cursor Dashboard.

What are the rate limits?

The Admin API has a rate limit of 20 requests per minute for most endpoints. The set_user_spend_limit endpoint has a higher limit of 250 requests per minute. If you exceed the rate limit, the API returns a 429 status code. The engine handles retries transparently where appropriate, but for bulk operations, consider spacing your requests.

Can I manage team spending and set spend limits?

Yes. Use get_spending_data to view per-member spending breakdowns including spendCents, overallSpendCents, fastPremiumRequests, and monthlyLimitDollars. Use set_user_spend_limit to set a monthly spend limit in dollars for any team member, or pass null to remove an existing limit. The spend limit endpoint has a higher rate limit of 250 requests per minute.

Are audit logs available for security review?

Yes. Use get_audit_logs to retrieve administrative audit events. You can filter by time range (startTime/endTime), event types (e.g. team_settings, member_management, billing), search text, and specific users. The response includes event types, timestamps, and descriptions of administrative actions. This is valuable for security reviews and compliance audits.

Can I add and remove team members?

You can remove team members using remove_team_member, which accepts either an email or a user ID. This is a destructive operation. the member loses access to the team immediately. To list current members and their roles, use list_team_members. Note that adding new members is typically done through the Cursor Dashboard invitation flow, not the Admin API.

What usage data is returned?

The get_daily_usage_data capability returns per-user daily metrics including lines added, lines deleted, tab completions, applies, accepts, rejects, and counts for composer, chat, and agent requests. The get_usage_events capability returns individual usage events with the model name, request kind, token usage, and the amount charged in cents. Together these provide a comprehensive view of how your team uses AI features.

One connection away

Give your agent a direct line to Cursor Admin.

Connect Cursor Admin once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available