Connect Cursor's cloud coding agents to Claude. A public Model Context Protocol (MCP) marketplace by The Dot Dev. Add it once, install the
cursor-agentplugin, and dispatch, monitor and follow up on Cursor Background Agents straight from Claude Code or Cowork.
Keywords: Cursor MCP · Cursor Background Agents API · Claude Cursor integration · MCP server for Cursor · cursor-agent-mcp · Claude Code plugin · Cowork plugin · AI coding agent orchestration.
| Plugin | What it does | Needs |
|---|---|---|
cursor-agent |
Launch & manage Cursor background (cloud) coding agents from Claude — dispatch a dev task to a GitHub repo, check status, follow up, read the result. | Cursor API key (paid plan for Background Agents) |
# 1) Add this marketplace (once)
/plugin marketplace add thedotdevcode/thedotdev-plugins
# 2) Install the plugin
/plugin install cursor-agent@thedotdev-pluginsCLI equivalent:
claude plugin marketplace add thedotdevcode/thedotdev-plugins
claude plugin install cursor-agent@thedotdev-pluginsThen add your CURSOR_API_KEY (Cursor dashboard → Integrations). Full setup: cursor-agent/README.md · FAQ.md · TROUBLESHOOTING.md.
- "Launch a Cursor agent on
https://github.com/owner/repoto fix the failing tests." - "What are my Cursor agents doing right now?"
- "Follow up with that agent: also update the changelog."
- "List my Cursor models / repositories."
Cursor Background Agents run coding tasks in the cloud against your repos. This plugin exposes that API through MCP so your Claude assistant can start and supervise them without you leaving the chat — a lightweight bridge between Claude and Cursor.
cursor_launch_agent · cursor_get_agent · cursor_list_agents · cursor_agent_conversation · cursor_add_followup · cursor_delete_agent · cursor_list_models · cursor_list_repositories
Endpoint reference: cursor-agent/mcp/docs/API.md. Tracks Cursor's official Background Agents API (https://api.cursor.com).
Your CURSOR_API_KEY is a secret — keep it in your MCP client's env, never commit it. Background agents act on real repos and can open branches/PRs; review output before merging.
MIT © 2026 Usama Aziz (The Dot Dev)