Skip to content

Instantly share code, notes, and snippets.

@pozil
Last active January 19, 2026 16:53
Show Gist options
  • Select an option

  • Save pozil/df0fc792bc31ebf4a49371379adcf4d2 to your computer and use it in GitHub Desktop.

Select an option

Save pozil/df0fc792bc31ebf4a49371379adcf4d2 to your computer and use it in GitHub Desktop.
Configure the GitHub MCP Server for Agentforce Vibes

These are the steps for configuring the Framelink MCP Server for Agentforce Vibes. This setup is required to use the guide_figma_to_lwc_conversion tool that lets you generate Lightning web components from Figma design files.

  1. Copy this block as a child property of mcpServers in your a4d_mcp_settings.json configuration file:
"framelink-figma-mcp": {
  "timeout": 600,
  "command": "npx",
  "args": [
    "-y",
    "figma-developer-mcp",
    "--figma-api-key=YOUR_FIGMA_ACCESS_TOKEN",
    "--stdio"
  ],
  "type": "stdio"
},
  1. Obtain a Figma Access Token and replace YOUR_FIGMA_ACCESS_TOKEN from the above with your token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment