mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 20:42:03 +00:00
Compare commits
1 Commits
external-p
...
noahz/prel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e957603bf |
@@ -193,11 +193,8 @@
|
||||
"name": "figma",
|
||||
"description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
|
||||
"category": "design",
|
||||
"source": {
|
||||
"source": "url",
|
||||
"url": "https://github.com/figma/mcp-server-guide.git"
|
||||
},
|
||||
"homepage": "https://github.com/figma/mcp-server-guide"
|
||||
"source": "./external_plugins/figma",
|
||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/figma"
|
||||
},
|
||||
{
|
||||
"name": "asana",
|
||||
|
||||
7
external_plugins/figma/.claude-plugin/plugin.json
Normal file
7
external_plugins/figma/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "figma",
|
||||
"description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
|
||||
"author": {
|
||||
"name": "Figma"
|
||||
}
|
||||
}
|
||||
6
external_plugins/figma/.mcp.json
Normal file
6
external_plugins/figma/.mcp.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"figma": {
|
||||
"type": "sse",
|
||||
"url": "https://mcp.figma.com/v1/sse"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user