docs: remove figma MCP from suggested servers (#4123)

This commit is contained in:
Jack Amadeo
2025-08-18 11:09:29 -04:00
committed by GitHub
parent b090d34830
commit 8c2521cd3b
+1 -18
View File
@@ -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": []
}
]
]