From 8c2521cd3b296c212836ec8b1499d6f6629c4528 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Mon, 18 Aug 2025 11:09:29 -0400 Subject: [PATCH] docs: remove figma MCP from suggested servers (#4123) --- documentation/static/servers.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 3b523dc0..93f97c41 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -234,23 +234,6 @@ "endorsed": true, "environmentVariables": [] }, - { - "id": "figma", - "name": "Figma", - "description": "Figma design tool integration", - "command": "npx -y @hapins/figma-mcp", - "link": "https://github.com/hapins/figma-mcp", - "installation_notes": "Install using npx package manager. Requires Figma access token from user settings.", - "is_builtin": false, - "endorsed": false, - "environmentVariables": [ - { - "name": "FIGMA_ACCESS_TOKEN", - "description": "Access token from Figma user settings", - "required": true - } - ] - }, { "id": "filesystem-mcp", "name": "Filesystem", @@ -630,4 +613,4 @@ "endorsed": false, "environmentVariables": [] } -] \ No newline at end of file +]