Developer Tools

Cursor Cloud Agents MCP Server

Connect your account, then chat with AI to run tools.

Cloud Agents API tools for launching and managing AI-powered coding agents that work on GitHub repositories

33 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Cursor Cloud Agents — workflow patterns, data models, and gotchas for your AI agent.

Cursor Cloud Agents

Discover existing cloud agents, start new runs against GitHub repositories, and stream additional instructions while work is in flight. Repository and model directories tell you what contexts are valid. Shared read and delete entry points cover arbitrary API resources when no specialized wrapper exists.

Data Model

  • Agents — long-running coding workers bound to repos.
  • Repositories — GitHub remotes the agent may clone or update.
  • Models — LLM options exposed by the platform.
  • Follow-ups — extra user messages appended to an in-progress run.

Gotchas

  • Async runs: Launches return immediately while execution continues server-side—poll or follow UI/state as needed.

Tools in this Server (33)

Cursor Add Followup

Add a follow-up instruction to an existing cloud agent while it's running. Use this to refine the agent's work, add additional requirements, or reques...

Cursor Admin Audit Logs

Retrieve audit log events for your team with filtering. Track team activity, security events, and configuration changes. Rate limited to 20 requests p...

Cursor Admin Daily Usage Data

Retrieve daily usage metrics for your team. Data is aggregated at the hourly level - we recommend polling this endpoint at most once per hour. Rate li...

Cursor Admin Delete Repo Blocklist

Remove a specific repository from the blocklist. Returns 204 No Content on successful deletion.

Cursor Admin Get Repo Blocklists

Retrieve all repository blocklists configured for your team. Add repositories and use patterns to prevent files or directories from being indexed or u...

Cursor Admin Set User Spend Limit

Set spending limits for individual team members. This allows you to control how much each user can spend on AI usage within your team. Rate limited to...

Cursor Admin Spending Data

Retrieve spending information for the current calendar month with search, sorting, and pagination.

Cursor Admin Team Members

Retrieve all team members and their details including name, email, and role.

Cursor Admin Upsert Repo Blocklists

Replace existing repository blocklists for the provided repos. This endpoint will only overwrite the patterns for the repositories provided. All other...

Cursor Admin Usage Events Data

Retrieve detailed usage events for your team with full filtering, search, and pagination options. Provides granular insights into individual API calls...

Cursor Ai Code Changes

Retrieve granular accepted AI changes, grouped by deterministic changeId. Useful to analyze accepted AI events independent of commits. Returns changeI...

Cursor Ai Code Changes Csv

Download change metrics data in CSV format for large data extractions. Streams in pages of 10,000 records server-side. Returns CSV data with columns: ...

Cursor Ai Code Commits

Retrieve aggregated per-commit metrics that attribute lines to TAB, COMPOSER, and non-AI. Returns commit hash, user info, repository/branch info, line...

Cursor Ai Code Commits Csv

Download commit metrics data in CSV format for large data extractions. Streams in pages of 10,000 records server-side. Returns CSV data with columns: ...

Cursor Analytics Agent Edits

Get metrics on AI-suggested code edits accepted by your team in the Cursor IDE. Returns daily metrics including suggested/accepted/rejected diffs, lin...

Cursor Analytics By User Agent Edits

Get agent edits metrics organized by individual users with pagination support. Returns data keyed by user email addresses, each containing an array of...

Cursor Analytics By User Client Versions

Get client versions metrics organized by individual users with pagination support. Returns data keyed by user email addresses, each containing an arra...

Cursor Analytics By User Models

Get model usage metrics organized by individual users with pagination support. Returns data keyed by user email addresses, each containing an array of...

Cursor Analytics By User Tabs

Get Tab usage metrics organized by individual users with pagination support. Returns data keyed by user email addresses, each containing an array of t...

Cursor Analytics By User Top File Extensions

Get top file extensions metrics organized by individual users with pagination support. Returns data keyed by user email addresses, each containing an ...

Cursor Analytics Client Versions

Get distribution of Cursor IDE client versions used by your team (defaults to last 7 days). Reports the latest version for each user per day.

Cursor Analytics Dau

Get daily active user counts for your team. DAU is the number of unique users who have used Cursor in a given day. Returns DAU breakdown metrics for t...

Cursor Analytics Leaderboard

Get a leaderboard of team members ranked by AI usage metrics. Returns separate leaderboards for Tab autocomplete and Agent edits. Without user filteri...

Cursor Analytics Models

Get metrics on AI model usage across your team. Returns daily breakdown of model usage including message counts and user counts per model.

Cursor Analytics Tabs

Get metrics on Tab autocomplete usage across your team. Returns daily metrics including suggestions, accepts, rejects, and lines added/deleted via Tab...

Cursor Analytics Top File Extensions

Get the most frequently edited files across your team in the Cursor IDE. Returns the top 5 file extensions per day by suggestion volume.

Cursor Get Api Key Info

Retrieve information about the API key being used for authentication. Returns the API key name, creation timestamp, and associated user email. Use thi...

Cursor Launch Agent

Launch a new cloud agent to autonomously work on a GitHub repository. Provide a text prompt (and optional images) describing the task, specify the rep...

Cursor List Agents

List all cloud agents for the authenticated user. Returns agent details including status (CREATING/RUNNING/FINISHED/FAILED/CANCELLED), repository info...

Cursor List Models

List recommended LLM models available for cloud agents. Returns model identifiers like 'claude-4-sonnet-thinking', 'o3', 'claude-4-opus-thinking'. Not...

Cursor List Repositories

List GitHub repositories accessible to the authenticated user. IMPORTANT: This endpoint has VERY STRICT rate limits - 1 request per minute per user, 3...

Delete

Permanently delete a cloud agent. This action cannot be undone. The agent's branch and code changes remain in the repository, but you lose access to t...

Fetch

Fetch detailed information about a Cursor cloud agent or its conversation history. For agent details (cursor:agent:id): returns status, repository inf...

Frequently Asked Questions

What is the Cursor Cloud Agents MCP server?

Cloud Agents API tools for launching and managing AI-powered coding agents that work on GitHub repositories It provides 33 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Cursor Cloud Agents to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/cursor. Authentication is handled automatically.

How many tools does Cursor Cloud Agents provide?

Cursor Cloud Agents provides 33 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Cursor Cloud Agents require?

Cursor Cloud Agents uses API Key. Cursor requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Cursor Cloud Agents to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/cursor

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Cursor Cloud Agents?

Sign in to connect your credentials and start running tools from the chat.

Cursor Cloud Agents MCP Server & Skill — 33 Tools