#how to setup the figma mcp

1 messages · Page 1 of 1 (latest)

orchid spear
#

how to setup the figma mcp

ashen badger
#

Hi @orchid spear there are a few steps to get this working that you need to configure on the Figma side as described here - https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Figma-MCP-server

Once you have set this up, in Kiro you can add a configuration similar to the following to connect to the MCP

{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://127.0.0.1:3845/mcp",
        "--transport",
        "sse"
      ]
    },
  }
}

Note that today, remote MCPs are not supported natively, and this example uses a proxy as described here. Native support for remote MCPs is on the roadmap

orchid spear
#

alr will try

golden sparrow