Cursor Admin Connector for AI agents.
12 live capabilities
Manage team spending and member access through your AI agent.
Waiting for input…
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.
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
- 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.
- 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.
- 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.
01—04
4 capabilities in this set.
Part of 12 available through Cursor Admin.
- 01 Capability
Get audit logs
Retrieve admin events like billing changes or setting updates with filters for time and user.
- 02 Capability
Get daily usage data
Pull per-user metrics for a specific date range to see daily activity levels.
- 03 Capability
Get repo blocklists
View the list of repositories currently blocked from AI indexing.
- 04 Capability
Get spending data
Get a breakdown of team spending including per-member costs for the current cycle.
05—08
4 capabilities in this set.
Part of 12 available through Cursor Admin.
- 05 Capability
Get team info
Fetch general team metadata like the team name and member count.
- 06 Capability
Get team settings
View the current configuration settings for your team.
- 07 Capability
Get usage events
Get granular data on model names and token usage for precise cost attribution.
- 08 Capability
List team members
See every member on the team along with their specific roles and status.
09—12
4 capabilities in this set.
Part of 12 available through Cursor Admin.
- 09 Capability
Remove team member
Remove a user from the team using their email or unique user ID.
- 10 Capability
Set user spend limit
Set or remove a dollar limit for a specific member to control their budget.
- 11 Capability
Update team settings
Modify specific fields in your team configuration using partial updates.
- 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 previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cursor Admin, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cursor Admin for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cursor Admin URL.
- Step 03
Save and start
Save the connection and enable Cursor Admin in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cursor-admin": {
"url": "https://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cursor Admin
Open Agent mode in chat and ask: "Using Cursor Admin, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cursor-admin": {
"url": "https://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cursor Admin
Ask Copilot: "Using Cursor Admin, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cursor-admin": {
"url": "https://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cursor Admin
Open Cascade and ask: "Using Cursor Admin, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cursor-admin": {
"url": "https://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cursor Admin
Ask Cline: "Using Cursor Admin, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cursor-admin --transport http "https://edge.vinkius.com/vk_preview_avg1IKfWXnVgRPbnb42ZvT82InRlFRjE0wtAZA3u/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cursor Admin
Ask Claude: "Using Cursor Admin, show me...". 12 tools are ready
Where the request belongs
Work Cursor Admin can move forward.
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.
Team Administrator
Manages member access and removes old accounts when people leave the company.
Engineering Manager
Monitors AI adoption rates and identifies which developers are getting the most value.
Finance Lead
Sets monthly budgets and ensures the team does not overspend on premium requests.
Security Officer
Audits logs for suspicious activity and manages repository blocklists to protect IP.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCursor Analytics
Track team AI coding metrics from Cursor. agent edit acceptance rates, tab autocomplete stats, daily active users, model usage, MCP/command/plan/skill adoption, and team leaderboards from any AI agent.
Cursor Cloud Agent
Create and manage Cursor cloud agents. spin up autonomous coding agents, track runs, monitor usage, and manage artifacts from any AI assistant.
Turso
Automate distributed database workflows via Turso. manage edge locations, organizations, and libSQL databases directly from any AI agent.
Atlassian Crowd
Equip your AI agent to manage users, groups, and directory memberships via the Atlassian Crowd API.
Orbit
Manage community relationships via Orbit. list members, track activities, and add notes directly from any AI agent.
crowd.dev (LFX CDP)
Equip your AI agent to manage community members, activities, and organizations directly via the crowd.dev (LFX) API.
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