Compare commits

..

1 Commits

Author SHA1 Message Date
Noah Zweben MacBook
9e957603bf added Anthropic as author 2025-12-07 14:30:19 -08:00
3 changed files with 15 additions and 5 deletions

View File

@@ -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",

View 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"
}
}

View File

@@ -0,0 +1,6 @@
{
"figma": {
"type": "sse",
"url": "https://mcp.figma.com/v1/sse"
}
}