mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-01 08:13:36 +00:00
Compare commits
2 Commits
external-p
...
noahz/upda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
deda133016 | ||
|
|
9e957603bf |
@@ -190,14 +190,11 @@
|
|||||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
|
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "figma",
|
"name": "figma-mcp",
|
||||||
"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.",
|
"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",
|
"category": "design",
|
||||||
"source": {
|
"source": "./external_plugins/figma",
|
||||||
"source": "url",
|
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/figma"
|
||||||
"url": "https://github.com/figma/mcp-server-guide.git"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/figma/mcp-server-guide"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "asana",
|
"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-mcp",
|
||||||
|
"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": {
|
||||||
|
"url": "https://mcp.figma.com/mcp",
|
||||||
|
"type": "http"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user