Skip to content
Product
↓
Agents
Code Review
Tab
CLI
Enterprise
Pricing
Resources
↓
Changelog
Blog
Docs
↗
Community
Learn
↗
Workshops
Forum
↗
Future
↗
Marketplace
Careers
Product
→
Enterprise
Pricing
Resources
→
Marketplace
Marketplace
Featured
Recently Added
Plugins
Automations
Manage Automations
Documentation
Publish
Extend the Agent
Featured Plugins
See All Plugins
Datadog
Use Datadog directly in Cursor through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation. This plugin is in preview.
Slack
Slack MCP server. Search channels, send messages, and perform other Slack actions through MCP-compatible clients.
Figma
Plugin that includes the Figma MCP server and Skills for common workflows
Linear
Cursor Plugin for Linear - enables AI assistants to manage issues, projects, documents, and more across your Linear workspace
Featured Automations
See All Automations
Assign PR reviewers
Assign reviewers based on code changes and auto-approve low-risk PRs
Summarize changes daily
Post a daily Slack digest summarizing notable repository changes and risks from the previous day
Find vulnerabilities
Review pull requests for exploitable security issues and flag only validated findings before merge
Fix bugs reported in Slack
Monitor a Slack channel for bug reports, investigate the codebase, and fix with a PR
Recently Added
Shopify
Shopify developer tools for Cursor — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code
CLI for Agents
Patterns for designing CLIs that coding agents can run reliably: non-interactive flags, layered help with examples, pipelines, actionable errors, idempotency, and dry-run.
dbt Labs
Agent skills for dbt: data modeling, analytics engineering, semantic layer metrics, unit testing, job troubleshooting, and dbt MCP server setup. Covers dbt Core and dbt Cloud workflows.
Cloudinary
Use Cloudinary directly in Cursor. Manage assets, apply transformations, optimize media, and more through natural conversation.
Astronomer
Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration
Encore
Build backends in TypeScript and Go with automatic infrastructure. Includes MCP integration for inspecting services, querying databases, analyzing traces, and calling endpoints. Plus rules, skills, and commands for the full Encore workflow.
View 16 more
Infrastructure
Firebase
The official Firebase Cursor plugin. Prototype, build, and run modern apps with Firebase's backend and AI infrastructure.
AWS Amplify
Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.
AWS Serverless
Design, build, deploy, test, and debug serverless applications with AWS Serverless services.
AWS Migration
This no-cost tool assesses your current cloud provider's usage, geography, and billing data to estimate and compare AWS services and pricing, and recommends migration or continued use of your current provider. AWS pricing is based on current published pricing and may vary over time. The tool may generate a .migration folder containing comparison and migration execution data, which you may delete upon completion or use to migrate to AWS.
Amazon Location Service
Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.
MongoDB
Official Cursor plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.
View 15 more
Data & Analytics
Pendo
Bring Pendo analytics into Cursor with skills for account health, feature adoption, session replays, and feedback analysis
Antimetal
Bring Antimetal's software investigation intelligence into your editor. Triage problems, investigate root causes, and apply remediations without leaving Cursor.
Omni
Explore, query, model, embed, and manage Omni Analytics through the REST API and embed SDK. Includes 8 skills for model exploration, querying, model building, content browsing, dashboard creation, embedding, AI optimization, and administration — plus 3 specialized subagents and always-on rules for API conventions.
Postman
Full API lifecycle management for Cursor. Sync collections, generate client code, discover APIs, run tests, create mocks, improve docs, and audit security. Powered by the Postman MCP Server.
Braintrust
Connect Cursor to Braintrust for AI-powered access to your projects, experiments, and evaluation logs
Azure Cosmos DB
Access your Azure Cosmos DB accounts and perform tasks like managing databases, querying data, vector search, and schema discovery.
View 14 more
Productivity
Miro
Secure access to Miro boards. Enables AI to read board context, create diagrams, and generate code with enterprise-grade security.
Svelte
A plugin for all things related to Svelte development, MCP, skills, and more.
Meta Reality Labs
Agent skills for Meta Quest and Horizon OS development — debugging, performance tracing, code review, porting guides, and best practices across Unity, Spatial SDK, Android, and WebXR. Uses hzdb (Horizon Debug Bridge) CLI for device interaction.
GitLab
Connect Cursor to GitLab with the GitLab MCP server. Plan, track, and manage issues, merge requests, and pipelines from your editor.
Sanity
Sanity plugin for Cursor with MCP server, agent skills, agent rules, and commands.
Box
Cursor plugin for Box — search, read, and manage content in Box, and leverage Box AI for Q&A, summarization, and extraction via the Box MCP server.
View 9 more
Payments
Circle
Ship stablecoin apps faster. Best-practice skills for USDC payments, cross-chain transfers, wallets, and smart contracts — plus Circle's MCP server for real-time SDK and documentation guidance.
Phantom Connect
Give your agent a wallet. Swap, sign, and manage addresses across Phantom's supported chains — and tap into Phantom's docs for context.
Stripe
Stripe plugin for Cursor to help with Stripe integrations including best practices, API/SDK upgrade guidance, and the Stripe MCP server.
Shopify
Shopify developer tools for Cursor — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code
Agent Orchestration
Sourcegraph
Full-featured Cursor plugin for Sourcegraph with skills, commands and MCP.
Firetiger
Cursor plugin for Firetiger agentic operations plugin with skills and MCP access.
Runlayer
Simpler, safer way to run MCPs, Skills, and Agents. Discover what's running, enforce security policies in real time, protect secrets, and get full audit trails — all built for how developers actually work in Cursor.
Langfuse
Skills for working with Langfuse — the open-source LLM engineering platform for tracing, prompt management, and evaluation.
Parallel
Web search, content extraction, deep research, and data enrichment powered by parallel-cli.
Superpowers
Core skills library: TDD, debugging, collaboration patterns, and proven techniques
View 4 more
All Plugins
Agent Compatibility
CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.
Tavily
Web search, content extraction, crawling, deep research, and URL discovery powered by tvly CLI.
Plain
Connect Cursor to Plain — manage support threads, customers, tenants, and help center articles directly from your editor.
Cisco ThousandEyes
Connect Cursor to ThousandEyes MCP endpoints for network intelligence workflows.
Snyk
Snyk security scanning, remediation, and dependency health for Cursor
eToro
eToro API integration for Cursor — market data, trading, portfolio management, social features, and watchlists powered by the official eToro Public API and MCP server.
View 7 more
All Automations
Add test coverage
Review recent changes and add tests for high-risk logic that lacks adequate coverage
Assign PR reviewers
Assign reviewers based on code changes and auto-approve low-risk PRs
Fix CI failures
Detect CI failures on main and automatically open PRs
Clean up feature flags
Find stale feature flags that are fully rolled out and remove dead code paths
Summarize changes daily
Post a daily Slack digest summarizing notable repository changes and risks from the previous day
Find critical bugs
Analyze recent commits for high-severity correctness bugs and submit safe fixes
Find vulnerabilities
Review pull requests for exploitable security issues and flag only validated findings before merge
Fix bugs reported in Slack
Monitor a Slack channel for bug reports, investigate the codebase, and fix with a PR
Generate docs
Create and update developer documentation for recently changed or under-documented code
Investigate top Datadog errors
Investigate recurring production errors from Datadog, identify root causes, and propose fixes
Triage Linear issues
Triage new issues by investigating bugs, planning feature requests, and opening PRs for easy fixes
Monitor engineering invariants
Re-check critical repository invariants on a schedule and alert only when a rule regresses
Investigate PagerDuty incidents
Investigate incidents using Datadog and code context
Remediate dependency vulnerabilities
Triage dependency-vulnerability tickets from Linear and open upgrade PRs when the fix is safe
Scan codebase for vulnerabilities
Review the full repository on a schedule and alert on validated high-impact security issues
Manage Automations
Documentation
Publish Plugins
Skip to content
Product
↓
Agents
Code Review
Tab
CLI
Enterprise
Pricing
Resources
↓
Changelog
Blog
Docs
↗
Community
Learn
↗
Workshops
Forum
↗
Future
↗
Marketplace
Careers
Product
→
Enterprise
Pricing
Resources
→
Marketplace
Marketplace
Featured
Recently Added
Plugins
Automations
Manage Automations
Documentation
Publish
Extend the Agent
Featured Plugins
See All Plugins
Datadog
Use Datadog directly in Cursor through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation. This plugin is in preview.
Slack
Slack MCP server. Search channels, send messages, and perform other Slack actions through MCP-compatible clients.
Figma
Plugin that includes the Figma MCP server and Skills for common workflows
Linear
Cursor Plugin for Linear - enables AI assistants to manage issues, projects, documents, and more across your Linear workspace
Featured Automations
See All Automations
Assign PR reviewers
Assign reviewers based on code changes and auto-approve low-risk PRs
Summarize changes daily
Post a daily Slack digest summarizing notable repository changes and risks from the previous day
Find vulnerabilities
Review pull requests for exploitable security issues and flag only validated findings before merge
Fix bugs reported in Slack
Monitor a Slack channel for bug reports, investigate the codebase, and fix with a PR
Recently Added
Shopify
Shopify developer tools for Cursor — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code
CLI for Agents
Patterns for designing CLIs that coding agents can run reliably: non-interactive flags, layered help with examples, pipelines, actionable errors, idempotency, and dry-run.
dbt Labs
Agent skills for dbt: data modeling, analytics engineering, semantic layer metrics, unit testing, job troubleshooting, and dbt MCP server setup. Covers dbt Core and dbt Cloud workflows.
Cloudinary
Use Cloudinary directly in Cursor. Manage assets, apply transformations, optimize media, and more through natural conversation.
Astronomer
Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration
Encore
Build backends in TypeScript and Go with automatic infrastructure. Includes MCP integration for inspecting services, querying databases, analyzing traces, and calling endpoints. Plus rules, skills, and commands for the full Encore workflow.
View 16 more
Infrastructure
Firebase
The official Firebase Cursor plugin. Prototype, build, and run modern apps with Firebase's backend and AI infrastructure.
AWS Amplify
Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.
AWS Serverless
Design, build, deploy, test, and debug serverless applications with AWS Serverless services.
AWS Migration
This no-cost tool assesses your current cloud provider's usage, geography, and billing data to estimate and compare AWS services and pricing, and recommends migration or continued use of your current provider. AWS pricing is based on current published pricing and may vary over time. The tool may generate a .migration folder containing comparison and migration execution data, which you may delete upon completion or use to migrate to AWS.
Amazon Location Service
Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.
MongoDB
Official Cursor plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.
View 15 more
Data & Analytics
Pendo
Bring Pendo analytics into Cursor with skills for account health, feature adoption, session replays, and feedback analysis
Antimetal
Bring Antimetal's software investigation intelligence into your editor. Triage problems, investigate root causes, and apply remediations without leaving Cursor.
Omni
Explore, query, model, embed, and manage Omni Analytics through the REST API and embed SDK. Includes 8 skills for model exploration, querying, model building, content browsing, dashboard creation, embedding, AI optimization, and administration — plus 3 specialized subagents and always-on rules for API conventions.
Postman
Full API lifecycle management for Cursor. Sync collections, generate client code, discover APIs, run tests, create mocks, improve docs, and audit security. Powered by the Postman MCP Server.
Braintrust
Connect Cursor to Braintrust for AI-powered access to your projects, experiments, and evaluation logs
Azure Cosmos DB
Access your Azure Cosmos DB accounts and perform tasks like managing databases, querying data, vector search, and schema discovery.
View 14 more
Productivity
Miro
Secure access to Miro boards. Enables AI to read board context, create diagrams, and generate code with enterprise-grade security.
Svelte
A plugin for all things related to Svelte development, MCP, skills, and more.
Meta Reality Labs
Agent skills for Meta Quest and Horizon OS development — debugging, performance tracing, code review, porting guides, and best practices across Unity, Spatial SDK, Android, and WebXR. Uses hzdb (Horizon Debug Bridge) CLI for device interaction.
GitLab
Connect Cursor to GitLab with the GitLab MCP server. Plan, track, and manage issues, merge requests, and pipelines from your editor.
Sanity
Sanity plugin for Cursor with MCP server, agent skills, agent rules, and commands.
Box
Cursor plugin for Box — search, read, and manage content in Box, and leverage Box AI for Q&A, summarization, and extraction via the Box MCP server.
View 9 more
Payments
Circle
Ship stablecoin apps faster. Best-practice skills for USDC payments, cross-chain transfers, wallets, and smart contracts — plus Circle's MCP server for real-time SDK and documentation guidance.
Phantom Connect
Give your agent a wallet. Swap, sign, and manage addresses across Phantom's supported chains — and tap into Phantom's docs for context.
Stripe
Stripe plugin for Cursor to help with Stripe integrations including best practices, API/SDK upgrade guidance, and the Stripe MCP server.
Shopify
Shopify developer tools for Cursor — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code
Agent Orchestration
Sourcegraph
Full-featured Cursor plugin for Sourcegraph with skills, commands and MCP.
Firetiger
Cursor plugin for Firetiger agentic operations plugin with skills and MCP access.
Runlayer
Simpler, safer way to run MCPs, Skills, and Agents. Discover what's running, enforce security policies in real time, protect secrets, and get full audit trails — all built for how developers actually work in Cursor.
Langfuse
Skills for working with Langfuse — the open-source LLM engineering platform for tracing, prompt management, and evaluation.
Parallel
Web search, content extraction, deep research, and data enrichment powered by parallel-cli.
Superpowers
Core skills library: TDD, debugging, collaboration patterns, and proven techniques
View 4 more
All Plugins
Agent Compatibility
CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.
Tavily
Web search, content extraction, crawling, deep research, and URL discovery powered by tvly CLI.
Plain
Connect Cursor to Plain — manage support threads, customers, tenants, and help center articles directly from your editor.
Cisco ThousandEyes
Connect Cursor to ThousandEyes MCP endpoints for network intelligence workflows.
Snyk
Snyk security scanning, remediation, and dependency health for Cursor
eToro
eToro API integration for Cursor — market data, trading, portfolio management, social features, and watchlists powered by the official eToro Public API and MCP server.
View 7 more
All Automations
Add test coverage
Review recent changes and add tests for high-risk logic that lacks adequate coverage
Assign PR reviewers
Assign reviewers based on code changes and auto-approve low-risk PRs
Fix CI failures
Detect CI failures on main and automatically open PRs
Clean up feature flags
Find stale feature flags that are fully rolled out and remove dead code paths
Summarize changes daily
Post a daily Slack digest summarizing notable repository changes and risks from the previous day
Find critical bugs
Analyze recent commits for high-severity correctness bugs and submit safe fixes
Find vulnerabilities
Review pull requests for exploitable security issues and flag only validated findings before merge
Fix bugs reported in Slack
Monitor a Slack channel for bug reports, investigate the codebase, and fix with a PR
Generate docs
Create and update developer documentation for recently changed or under-documented code
Investigate top Datadog errors
Investigate recurring production errors from Datadog, identify root causes, and propose fixes
Triage Linear issues
Triage new issues by investigating bugs, planning feature requests, and opening PRs for easy fixes
Monitor engineering invariants
Re-check critical repository invariants on a schedule and alert only when a rule regresses
Investigate PagerDuty incidents
Investigate incidents using Datadog and code context
Remediate dependency vulnerabilities
Triage dependency-vulnerability tickets from Linear and open upgrade PRs when the fix is safe
Scan codebase for vulnerabilities
Review the full repository on a schedule and alert on validated high-impact security issues
Manage Automations
Documentation
Publish Plugins