cursor/plugins

Cursor plugin specification and official plugins

7,381

stars

277

commits

TypeScript

primary language

Sep 11, 2026

updated

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)
teachingTeachingCursorUtilitiesSkill mapping, practice plans, and learning retrospectives.
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.
ralph-loopRalph LoopCursorDeveloper ToolsIterative self-referential AI loops using the Ralph Wiggum technique.
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 review canvases grouped by importance.
docs-canvasDocs CanvasCursorDeveloper ToolsRender documentation as a navigable canvas.
cursor-sdkCursor SDKCursorDeveloper ToolsBuild apps, scripts, and automations with the TypeScript SDK.
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.
gmailGmailCursorProductivitySearch, read, draft, and manage email.
google-driveGoogle DriveCursorProductivitySearch, read, create, and share files.
google-calendarGoogle CalendarCursorProductivitySearch events and schedule meetings.
gongGongCursorIntegrationsPull account summaries, deal insights, and call briefs.
salesforceSalesforceCursorIntegrationsQuery, create, and update records in your org.
playwrightPlaywrightCursorIntegrationsNavigate, click, screenshot, and test in a real browser.
githubGitHubCursorIntegrationsManage repos, issues, pull requests, and Actions.
ashbyAshbyCursorIntegrationsSearch candidates, prep interviews, and manage pipeline tasks.
hubspotHubSpotCursorIntegrationsSearch and update contacts, companies, deals, and tickets.
intercomIntercomCursorIntegrationsSearch conversations, contacts, and Help Center articles.
zoomZoomCursorIntegrationsSearch meetings, pull transcripts, and work with Zoom Docs.
xXCursorIntegrationsSearch posts, read timelines, pull trends, and manage bookmarks.
clayClayCursorIntegrationsEnrich people and companies, run AI research agents.
circlebackCirclebackCursorIntegrationsSearch meetings, transcripts, action items, and emails.
docusignDocusignCursorIntegrationsManage envelopes, templates, workflows, and agreements.
navanNavanCursorIntegrationsQuery expenses, travel bookings, policies, and cards.
profoundProfoundCursorIntegrationsTrack AI visibility, sentiment, and citations.
juiceboxJuiceboxCursorIntegrationsQuery recruiting analytics, shortlists, and sourcing agents.
outreachOutreachCursorIntegrationsSearch sequences, prospects, and Kaia meetings.
amplemarketAmplemarketCursorIntegrationsSearch people and companies, enrich leads, run sequences.
klaviyoKlaviyoCursorIntegrationsManage profiles, segments, campaigns, and flows.
customer-ioCustomer.ioCursorIntegrationsBuild campaigns, manage segments, and query people.
mailerliteMailerLiteCursorIntegrationsManage subscribers, groups, campaigns, and automations.
brevoBrevoCursorIntegrationsManage contacts, email and SMS campaigns, and CRM deals.
typeformTypeformCursorIntegrationsBuild forms, analyze responses, and manage contacts.
jotformJotformCursorIntegrationsCreate and edit forms, then read submissions.
semrushSemrushCursorIntegrationsResearch keywords, backlinks, traffic, and competitors.
ahrefsAhrefsCursorIntegrationsResearch keywords, backlinks, rankings, and site health.
godaddyGoDaddyCursorIntegrationsBrainstorm domain names and check availability.
upworkUpworkCursorIntegrationsSearch talent, post jobs, and manage contracts.
workableWorkableCursorIntegrationsSearch candidates, move pipelines, and manage HR records.
brexBrexCursorIntegrationsQuery expenses, receipts, bills, cards, and travel.
mercuryMercuryCursorIntegrationsRead balances, transactions, statements, and cards.
todoistTodoistCursorIntegrationsCreate, find, and complete tasks and projects.
calendlyCalendlyCursorIntegrationsCheck availability and book, cancel, or reschedule.
smartsheetSmartsheetCursorIntegrationsQuery and update sheets, rows, and workspaces.
wrikeWrikeCursorIntegrationsSearch projects, create tasks, and post comments.
codaCodaCursorIntegrationsSearch docs, read pages, and update tables.
guruGuruCursorIntegrationsSearch company knowledge and draft verified answers.
firefliesFirefliesCursorIntegrationsSearch meeting transcripts, summaries, and action items.
otterOtter.aiCursorIntegrationsSearch meeting history and pull full transcripts.
fathomFathomCursorIntegrationsSearch meetings and pull transcripts and summaries.
craftCraftCursorIntegrationsSearch, create, and update documents and daily notes.
memMemCursorIntegrationsCapture, search, and organize notes and collections.
readwiseReadwiseCursorIntegrationsSearch highlights and Reader documents, save articles.
similarwebSimilarwebCursorIntegrationsAnalyze website traffic, audiences, and competitors.
xeroXeroCursorIntegrationsRead and write invoices, contacts, reports, and payroll.
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

Contributors

poteto

78 commits

ericzakariasson

52 commits

cursoragent

51 commits

roshansada

26 commits

cursor/plugins

Cursor plugin specification and official plugins

7,381

stars

277

commits

TypeScript

primary language

Sep 11, 2026

updated

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)
teachingTeachingCursorUtilitiesSkill mapping, practice plans, and learning retrospectives.
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.
ralph-loopRalph LoopCursorDeveloper ToolsIterative self-referential AI loops using the Ralph Wiggum technique.
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 review canvases grouped by importance.
docs-canvasDocs CanvasCursorDeveloper ToolsRender documentation as a navigable canvas.
cursor-sdkCursor SDKCursorDeveloper ToolsBuild apps, scripts, and automations with the TypeScript SDK.
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.
gmailGmailCursorProductivitySearch, read, draft, and manage email.
google-driveGoogle DriveCursorProductivitySearch, read, create, and share files.
google-calendarGoogle CalendarCursorProductivitySearch events and schedule meetings.
gongGongCursorIntegrationsPull account summaries, deal insights, and call briefs.
salesforceSalesforceCursorIntegrationsQuery, create, and update records in your org.
playwrightPlaywrightCursorIntegrationsNavigate, click, screenshot, and test in a real browser.
githubGitHubCursorIntegrationsManage repos, issues, pull requests, and Actions.
ashbyAshbyCursorIntegrationsSearch candidates, prep interviews, and manage pipeline tasks.
hubspotHubSpotCursorIntegrationsSearch and update contacts, companies, deals, and tickets.
intercomIntercomCursorIntegrationsSearch conversations, contacts, and Help Center articles.
zoomZoomCursorIntegrationsSearch meetings, pull transcripts, and work with Zoom Docs.
xXCursorIntegrationsSearch posts, read timelines, pull trends, and manage bookmarks.
clayClayCursorIntegrationsEnrich people and companies, run AI research agents.
circlebackCirclebackCursorIntegrationsSearch meetings, transcripts, action items, and emails.
docusignDocusignCursorIntegrationsManage envelopes, templates, workflows, and agreements.
navanNavanCursorIntegrationsQuery expenses, travel bookings, policies, and cards.
profoundProfoundCursorIntegrationsTrack AI visibility, sentiment, and citations.
juiceboxJuiceboxCursorIntegrationsQuery recruiting analytics, shortlists, and sourcing agents.
outreachOutreachCursorIntegrationsSearch sequences, prospects, and Kaia meetings.
amplemarketAmplemarketCursorIntegrationsSearch people and companies, enrich leads, run sequences.
klaviyoKlaviyoCursorIntegrationsManage profiles, segments, campaigns, and flows.
customer-ioCustomer.ioCursorIntegrationsBuild campaigns, manage segments, and query people.
mailerliteMailerLiteCursorIntegrationsManage subscribers, groups, campaigns, and automations.
brevoBrevoCursorIntegrationsManage contacts, email and SMS campaigns, and CRM deals.
typeformTypeformCursorIntegrationsBuild forms, analyze responses, and manage contacts.
jotformJotformCursorIntegrationsCreate and edit forms, then read submissions.
semrushSemrushCursorIntegrationsResearch keywords, backlinks, traffic, and competitors.
ahrefsAhrefsCursorIntegrationsResearch keywords, backlinks, rankings, and site health.
godaddyGoDaddyCursorIntegrationsBrainstorm domain names and check availability.
upworkUpworkCursorIntegrationsSearch talent, post jobs, and manage contracts.
workableWorkableCursorIntegrationsSearch candidates, move pipelines, and manage HR records.
brexBrexCursorIntegrationsQuery expenses, receipts, bills, cards, and travel.
mercuryMercuryCursorIntegrationsRead balances, transactions, statements, and cards.
todoistTodoistCursorIntegrationsCreate, find, and complete tasks and projects.
calendlyCalendlyCursorIntegrationsCheck availability and book, cancel, or reschedule.
smartsheetSmartsheetCursorIntegrationsQuery and update sheets, rows, and workspaces.
wrikeWrikeCursorIntegrationsSearch projects, create tasks, and post comments.
codaCodaCursorIntegrationsSearch docs, read pages, and update tables.
guruGuruCursorIntegrationsSearch company knowledge and draft verified answers.
firefliesFirefliesCursorIntegrationsSearch meeting transcripts, summaries, and action items.
otterOtter.aiCursorIntegrationsSearch meeting history and pull full transcripts.
fathomFathomCursorIntegrationsSearch meetings and pull transcripts and summaries.
craftCraftCursorIntegrationsSearch, create, and update documents and daily notes.
memMemCursorIntegrationsCapture, search, and organize notes and collections.
readwiseReadwiseCursorIntegrationsSearch highlights and Reader documents, save articles.
similarwebSimilarwebCursorIntegrationsAnalyze website traffic, audiences, and competitors.
xeroXeroCursorIntegrationsRead and write invoices, contacts, reports, and payroll.
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

Contributors

poteto

78 commits

ericzakariasson

52 commits

cursoragent

51 commits

roshansada

26 commits

Languages

TypeScript

95.0%

JavaScript

2.6%

Shell

1.4%