From 236934205b385da35e4dd5eb803c70875429b85e Mon Sep 17 00:00:00 2001 From: Simina Pasat Date: Mon, 23 Mar 2026 15:02:29 -0700 Subject: [PATCH 1/4] Add Figma plugin information to external.json Added Figma plugin details including name, description, version, author, homepage, keywords, license, repository, and source. --- plugins/external.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plugins/external.json b/plugins/external.json index 3d8de97b6..09f0ceff9 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -122,5 +122,22 @@ "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"], + "license": "TODO", + "repository": "https://github.com/figma/mcp-server-guide", + "source": { + "source": "github", + "repo": "figma/mcp-server-guide" + } } ] From 4ce5ad7151585c4bd928344bdc87010a20efd1fe Mon Sep 17 00:00:00 2001 From: Simina Pasat Date: Mon, 23 Mar 2026 15:42:54 -0700 Subject: [PATCH 2/4] Remove license field since it's unknown for Figma Removed TODO placeholder for license field in external.json --- plugins/external.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/external.json b/plugins/external.json index 09f0ceff9..ac3b97d55 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -133,7 +133,6 @@ }, "homepage": "https://github.com/figma/mcp-server-guide", "keywords": ["figma", "design", "mcp", "ui", "code-connect"], - "license": "TODO", "repository": "https://github.com/figma/mcp-server-guide", "source": { "source": "github", From 3a040dbcc4b0f07644293ba23f41794935311644 Mon Sep 17 00:00:00 2001 From: Simina Pasat Date: Mon, 23 Mar 2026 15:43:27 -0700 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- plugins/external.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/external.json b/plugins/external.json index ac3b97d55..08afb1447 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -122,7 +122,7 @@ "source": "github", "repo": "MicrosoftDocs/mcp" } - }, + }, { "name": "figma", "description": "Plugin that includes the Figma MCP server and Skills for common workflows.", From f51783060e7a3b0ea63de3b419be2f196279da20 Mon Sep 17 00:00:00 2001 From: Simina Pasat Date: Mon, 23 Mar 2026 17:21:41 -0700 Subject: [PATCH 4/4] Updating marjetplace.json --- .github/plugin/marketplace.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 8db4cd8b8..6ae4a9849 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",