プラグインでカーソルを拡張
カーソルマーケットプレイスで事前構築された機能を発見・インストールできます。
キーポイント
AI駆動型コードエディタ「Cursor」がプラグイン機能を正式サポートし、外部ツール連携と機能拡張を可能にした
Amplitude、AWS、Figma、Stripeなど主要パートナーによる厳選プラグインを提供し、開発ライフサイクル全体を統合管理できる
ユーザー自身がプラグインを作成・共有できるマーケットプレイスを開設し、コミュニティ主導のエコシステム構築を目指す
プラグインは「スキル」「サブエージェント」「MCPサーバー」などのプリミティブを組み合わせ、エージェントの能力を拡張する
影響分析・編集コメントを表示
影響分析
Cursorのプラグイン機能は、AIエージェントの実用性を大幅に高め、単なるコード生成から開発プロセス全体のオーケストレーションへと進化させる重要な一歩。主要クラウドサービスや開発ツールとの直接連携により、AI支援開発のワークフロー統合が加速し、開発者生産性の新たな基準を創出する可能性がある。
編集コメント
AIエージェントが「ツールを使う」段階から「ツールと統合する」段階へ移行する象徴的な発表。開発者向けAIツールの競争は、単体性能からエコシステム構築力へと軸が移りつつある。
カーソルがプラグイン機能を正式サポート、外部ツール連携と機能拡張を実現
AI駆動型コードエディタ「Cursor」は、新たにプラグイン機能をサポートしました。これにより、Cursor内のエージェント(AIアシスタント)が外部ツールに接続し、新たな知識を学習・活用できるようになります。プラグインは、MCPサーバー、スキル、サブエージェント、ルール、フックといった機能を束ねたもので、カスタム機能でエージェントを拡張します。
まず最初に、Amplitude、AWS、Figma、Linear、Stripeといった主要パートナーから厳選されたプラグインセットが提供されます。これらは製品開発ライフサイクル全体をカバーし、Cursorからサービスデプロイ、決済実装、高度なテスト実行などを可能にします。ユーザーは「Cursor Marketplace」で事前構築済みプラグインを発見・インストールできるほか、自身でプラグインを作成しコミュニティと共有することもできます。
製品開発ライフサイクル全体をカバーするプラグイン群
プラグインにより、チームが既に依存しているツールをCursorが効果的に活用できるようになり、コード生成を行う同じ場所で開発ライフサイクル全体を統括できます。具体的には、Linearプラグインで課題やプロジェクトにアクセスし、Figmaプラグインでデザインをコードに変換し、Stripeプラグインで決済統合を構築します。Stripeプラグインの例では、CursorがStripeのAPIを用いて製品、価格、支払いリンクを作成し、動作するアプリを即座にリリースするなど、統合作業を大幅に高速化します。
さらに、AWS、Cloudflare、Vercelプラグインでインフラのデプロイと管理を、Databricks、Snowflake、Amplitude、Hexプラグインで本番データのクエリと分析インサイトの可視化を、それぞれCursor内で実行可能です。Amplitudeプラグインを例にとると、Cursorは豊富な行動分析データを引き出し、成長ダッシュボードを分析し、顧客フィードバックを統合して具体的な推奨事項に変換できます。得られたインサイトから即座にプルリクエストの草案を作成することも可能です。
独自プラグインの構築と共有
ユーザーは独自プラグインを構築し、Marketplaceで共有できます。プラグインは、エージェントがタスクを実行するために使用する以下の一つ以上の基本要素で構成されます。
- スキル: エージェントが発見・実行できるドメイン固有のプロンプトとコード。
- サブエージェント: Cursorがタスクを並列で完了することを可能にする専門エージェント。
- MCPサーバー: Cursorを外部ツールやデータソースに接続するサービス。
- フック: エージェントの動作を監視・制御するカスタムスクリプト。
- ルール: コーディング標準や個人設定を維持するためのシステムレベルの指示。
Cursorチームはプラグインの投稿を受け付けており、コミュニティの創造性に期待しています。また、自社構築のプラ
原文を表示
Blog / productCursor now supports plugins, allowing agents to connect to external tools and learn new knowledge. Plugins bundle capabilities like MCP servers, skills, subagents, rules, and hooks that extend agents with custom functionality.
We’re starting with a highly curated set from partners such as Amplitude, AWS, Figma, Linear, and Stripe. These plugins span the product development lifecycle, allowing Cursor to deploy services, implement payments, run advanced testing, and more.
You can discover and install prebuilt plugins on the Cursor Marketplace or create your own and share them with the community.
#Plugins for the full development lifecycle
Plugins allow Cursor to more effectively use the tools your team already relies on. This lets you orchestrate the entire product development lifecycle in the same place you generate code.
Access issues, projects, and documents with the Linear plugin.
Translate designs into code with the Figma plugin.
Build payment integrations with the Stripe plugin.
The Stripe plugin lets Cursor understand how Stripe integrations should be built. It created the products, prices, and payment link using Stripe's APIs, then shipped a working app almost immediately. It's a much faster way to build and test Stripe integrations.
Deploy and manage infrastructure in Cursor with the AWS, Cloudflare, and Vercel plugins.
Cursor now knows our React best practices and can deploy to preview or production directly from the editor.
Query production data and surface insights with the Databricks, Snowflake, Amplitude, and Hex plugins.
With the Amplitude plugin, Cursor can pull in rich behavioral context, analyze growth dashboards, synthesize customer feedback, and turn those insights into concrete recommendations. I can even have Cursor draft a PR immediately.
#Build and share your own plugins
You can also build your own plugins and share them on the Cursor Marketplace. A plugin combines one or more primitives that agents use to execute tasks:
Skills: domain-specific prompts and code that agents can discover and run
Subagents: specialized agents that allow Cursor to complete tasks in parallel
MCP servers: services that connect Cursor to external tools or data sources
Hooks: custom scripts that let you observe and control agent behavior
Rules: system-level instructions to uphold coding standards and preferences
We’re accepting plugin submissions and look forward to seeing what the community builds. We’ve also published some Cursor-built plugins. Check out the Cursor Team Kit to install our favorite internal workflows for CI, code review, and testing.
We're working on private team marketplaces so organizations can share plugins internally with central governance and security controls.
Learn more about plugins in our docs.
Cursor now supports plugins, allowing agents to connect to external tools and learn new knowledge. Plugins bundle capabilities like MCP servers, skills, subagents, rules, and hooks that extend agents with custom functionality.
We’re starting with a highly curated set from partners such as Amplitude, AWS, Figma, Linear, and Stripe. These plugins span the product development lifecycle, allowing Cursor to deploy services, implement payments, run advanced testing, and more.
You can discover and install prebuilt plugins on the Cursor Marketplace or create your own and share them with the community.
#Plugins for the full development lifecycle
Plugins allow Cursor to more effectively use the tools your team already relies on. This lets you orchestrate the entire product development lifecycle in the same place you generate code.
Access issues, projects, and documents with the Linear plugin.
Translate designs into code with the Figma plugin.
Build payment integrations with the Stripe plugin.
The Stripe plugin lets Cursor understand how Stripe integrations should be built. It created the products, prices, and payment link using Stripe's APIs, then shipped a working app almost immediately. It's a much faster way to build and test Stripe integrations.
Deploy and manage infrastructure in Cursor with the AWS, Cloudflare, and Vercel plugins.
Cursor now knows our React best practices and can deploy to preview or production directly from the editor.
Query production data and surface insights with the Databricks, Snowflake, Amplitude, and Hex plugins.
With the Amplitude plugin, Cursor can pull in rich behavioral context, analyze growth dashboards, synthesize customer feedback, and turn those insights into concrete recommendations. I can even have Cursor draft a PR immediately.
#Build and share your own plugins
You can also build your own plugins and share them on the Cursor Marketplace. A plugin combines one or more primitives that agents use to execute tasks:
Skills: domain-specific prompts and code that agents can discover and run
Subagents: specialized agents that allow Cursor to complete tasks in parallel
MCP servers: services t
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み