From dfe3cb35d799f02886e056904b5102ccafa565cd Mon Sep 17 00:00:00 2001 From: Simina Pasat Date: Mon, 23 Mar 2026 17:49:29 -0700 Subject: [PATCH] Add Figma plugin information to external.json (#1143) * Add Figma plugin information to external.json Added Figma plugin details including name, description, version, author, homepage, keywords, license, repository, and source. * Remove license field since it's unknown for Figma Removed TODO placeholder for license field in external.json * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Updating marjetplace.json --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 22 ++++++++++++++++++++++ plugins/external.json | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 8db4cd8b..6ae4a984 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -200,6 +200,28 @@ "description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai", "version": "1.0.0" }, + { + "name": "figma", + "description": "Plugin that includes the Figma MCP server and Skills for common workflows.", + "version": "1.0.0", + "author": { + "name": "Figma", + "url": "https://www.figma.com" + }, + "homepage": "https://github.com/figma/mcp-server-guide", + "keywords": [ + "figma", + "design", + "mcp", + "ui", + "code-connect" + ], + "repository": "https://github.com/figma/mcp-server-guide", + "source": { + "source": "github", + "repo": "figma/mcp-server-guide" + } + }, { "name": "flowstudio-power-automate", "source": "flowstudio-power-automate", diff --git a/plugins/external.json b/plugins/external.json index 3d8de97b..08afb144 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -122,5 +122,21 @@ "source": "github", "repo": "MicrosoftDocs/mcp" } + }, + { + "name": "figma", + "description": "Plugin that includes the Figma MCP server and Skills for common workflows.", + "version": "1.0.0", + "author": { + "name": "Figma", + "url": "https://www.figma.com" + }, + "homepage": "https://github.com/figma/mcp-server-guide", + "keywords": ["figma", "design", "mcp", "ui", "code-connect"], + "repository": "https://github.com/figma/mcp-server-guide", + "source": { + "source": "github", + "repo": "figma/mcp-server-guide" + } } ]