Skip to content

Commit dfe3cb3

Browse files
siminapasatCopilot
andauthored
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>
1 parent 2c873ef commit dfe3cb3

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,28 @@
200200
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
201201
"version": "1.0.0"
202202
},
203+
{
204+
"name": "figma",
205+
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
206+
"version": "1.0.0",
207+
"author": {
208+
"name": "Figma",
209+
"url": "https://www.figma.com"
210+
},
211+
"homepage": "https://github.com/figma/mcp-server-guide",
212+
"keywords": [
213+
"figma",
214+
"design",
215+
"mcp",
216+
"ui",
217+
"code-connect"
218+
],
219+
"repository": "https://github.com/figma/mcp-server-guide",
220+
"source": {
221+
"source": "github",
222+
"repo": "figma/mcp-server-guide"
223+
}
224+
},
203225
{
204226
"name": "flowstudio-power-automate",
205227
"source": "flowstudio-power-automate",

plugins/external.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,21 @@
122122
"source": "github",
123123
"repo": "MicrosoftDocs/mcp"
124124
}
125+
},
126+
{
127+
"name": "figma",
128+
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
129+
"version": "1.0.0",
130+
"author": {
131+
"name": "Figma",
132+
"url": "https://www.figma.com"
133+
},
134+
"homepage": "https://github.com/figma/mcp-server-guide",
135+
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
136+
"repository": "https://github.com/figma/mcp-server-guide",
137+
"source": {
138+
"source": "github",
139+
"repo": "figma/mcp-server-guide"
140+
}
125141
}
126142
]

0 commit comments

Comments
 (0)