From 5d9348d609be1e0d161f4a4ccafd22aef4513700 Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Mon, 15 Dec 2025 10:17:59 -0800 Subject: [PATCH] point to external figma --- .claude-plugin/marketplace.json | 9 ++++++--- external_plugins/figma/.claude-plugin/plugin.json | 7 ------- external_plugins/figma/.mcp.json | 6 ------ 3 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 external_plugins/figma/.claude-plugin/plugin.json delete mode 100644 external_plugins/figma/.mcp.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 68e6526..6a5b234 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -190,11 +190,14 @@ "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost" }, { - "name": "figma-mcp", + "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": "./external_plugins/figma", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/figma" + "source": { + "source": "github", + "repo": "https://github.com/figma/mcp-server-guide.git" + }, + "homepage": "https://github.com/figma/mcp-server-guide" }, { "name": "asana", diff --git a/external_plugins/figma/.claude-plugin/plugin.json b/external_plugins/figma/.claude-plugin/plugin.json deleted file mode 100644 index b2e12ae..0000000 --- a/external_plugins/figma/.claude-plugin/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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" - } -} diff --git a/external_plugins/figma/.mcp.json b/external_plugins/figma/.mcp.json deleted file mode 100644 index 771e29b..0000000 --- a/external_plugins/figma/.mcp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "figma": { - "url": "https://mcp.figma.com/mcp", - "type": "http" - } -}