Skip to content

Instantly share code, notes, and snippets.

@anova
Created January 16, 2026 08:39
Show Gist options
  • Select an option

  • Save anova/1502430f3efaeb528f964a213252ee72 to your computer and use it in GitHub Desktop.

Select an option

Save anova/1502430f3efaeb528f964a213252ee72 to your computer and use it in GitHub Desktop.
Figma MCP Config - VS Code, Antigravity
{
"mcpServers": {
"Framelink-MCP-for-Figma": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--figma-api-key=<redacted>",
"--stdio"
],
"env": {
"PATH": "C:\\Users\\USERNAME\\AppData\\Local\\fnm_multishells\\10816_1768489905835;C:\\Windows\\System32"
},
"disabledTools": [],
"disabled": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment