txw/trae-mcp-figma-snippet.json
2026-05-24 10:55:36 +08:00

16 lines
209 B
JSON

{
"Framelink MCP for Figma": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": ""
}
}
}