diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 3b39f564885e..20af86c995d0 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -222,23 +222,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", @@ -617,4 +600,4 @@ "endorsed": false, "environmentVariables": [] } -] \ No newline at end of file +]