Skip to content

Instantly share code, notes, and snippets.

@jonathasrochadesouza
Created January 27, 2026 19:58
Show Gist options
  • Select an option

  • Save jonathasrochadesouza/b7fb2fe51ac00eefb5eae2f7c9744ea2 to your computer and use it in GitHub Desktop.

Select an option

Save jonathasrochadesouza/b7fb2fe51ac00eefb5eae2f7c9744ea2 to your computer and use it in GitHub Desktop.

MCP for Figma

Folder: .vscode
File: mcp.json

Content

{
  "servers": {
    "MCP for Figma": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "figma-developer-mcp", "--figma-api-key=[YOUR_API_KEY]", "--stdio"]
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment