Back to Discover

plugins

plugin

cursor

Cursor plugin specification and official plugins

View on GitHub
3,088 starsSynced Aug 17, 2026

Install to Claude Code

/plugin marketplace add cursor/plugins

README

Cursor plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Plugins

namePluginAuthorCategorydescription (from marketplace)
continual-learningContinual LearningCursorDeveloper ToolsIncremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kitCursor Team KitCursorDeveloper ToolsInternal team workflows for CI, code review, shipping, local automation, and verification.
thermosThermosCursorDeveloper ToolsThermo-nuclear branch review: deep security/correctness audits, harsh code-quality rubrics, parallel subagents, thermos orchestration, and optional merge-ready PR flows.
create-pluginCreate PluginCursorDeveloper ToolsScaffold and validate new agent plugins.
agent-compatibilityAgent CompatibilityCursorDeveloper ToolsCLI-backed repo compatibility scans plus agents that audit startup, validation, and docs against reality.
cli-for-agentCLI for AgentsCursorDeveloper ToolsPatterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
pr-review-canvasPR Review CanvasCursorDeveloper ToolsRender PR diffs as interactive canvases organized for reviewer comprehension — groups changes by importance, separates boilerplate from core logic, and highlights tricky or unexpected code.
docs-canvasDocs CanvasCursorDeveloper ToolsRender documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable canvas with sections, table of contents, diagrams, and cross-references.
cursor-sdkCursor SDKCursorDeveloper ToolsBuild apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns.
orchestrateOrchestrateCursorDeveloper ToolsFan large tasks out across parallel cloud agents with planners, workers, verifiers, and structured handoffs.
pstackpstackLauren TanDeveloper Toolsif you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.
gmailGmailCursorProductivityConnect to Gmail via Google's remote MCP server — search, read, draft, label, and manage email.
google-driveGoogle DriveCursorProductivityConnect to Google Drive via Google's remote MCP server — search, read, create, share, and manage files.
google-calendarGoogle CalendarCursorProductivityConnect to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings.
gongGongCursorIntegrationsGong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs.
salesforceSalesforceCursorIntegrationsConnect to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org.
apollo-ioApollo.ioCursorIntegrationsConnect to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server.
ashbyAshbyCursorIntegrationsConnect to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server.
hubspotHubSpotCursorIntegrationsConnect to HubSpot CRM — search and update contacts, companies, deals, and tickets; work with activities, conversations, and marketing emails — via HubSpot's official remote MCP server.
intercomIntercomCursorIntegrationsConnect to Intercom — search conversations and contacts, look up companies, and manage Help Center articles — via Intercom's official remote MCP server.
circlebackCirclebackCursorIntegrationsConnect to Circleback — search meetings, transcripts, action items, calendar events, and emails, and look up people and companies — via Circleback's official remote MCP server.
docusignDocusignCursorIntegrationsConnect to Docusign — work with eSignature envelopes and templates, Maestro workflows, and Navigator agreements — via Docusign's official remote MCP server (beta).
xXCursorIntegrationsRead-only access to the X API — search posts and users, read timelines and mentions, and pull trends and news — via X's official hosted MCP server.
navanNavanCursorIntegrationsConnect to Navan — query expenses, analyze travel bookings, check policies and approvals, and manage cards — via Navan's official remote MCP server.
profoundProfoundCursorIntegrationsConnect to Profound — retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents — via Profound's official hosted MCP server.
juiceboxJuiceboxCursorIntegrationsConnect to Juicebox — query recruiting analytics, search shortlists, look up projects, and create or manage sourcing agents — via Juicebox's official remote MCP server.
Author values match each plugin’s plugin.json author.name (Cursor lists plugins@cursor.com in the manifest).

Repository structure

This is a multi-plugin marketplace repository. The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:

plugins/
├── .cursor-plugin/
│   └── marketplace.json       # Marketplace manifest (lists all plugins)
├── plugin-name/
│   ├── .cursor-plugin/
│   │   └── plugin.json        # Per-plugin manifest
│   ├── skills/                # Agent skills (SKILL.md with frontmatter)
│   ├── rules/                 # Cursor rules (.mdc files)
│   ├── mcp.json               # MCP server definitions
│   ├── README.md
│   ├── CHANGELOG.md
│   └── LICENSE
└── ...

License

MIT

Rendered live from cursor/plugins's GitHub README — not stored, always reflects the source repo.

0 Plugins

No plugins listed in this repo's manifest.

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.