#how to setup the figma mcp
1 messages · Page 1 of 1 (latest)
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
alr will try
If it’s any help, I currently use framelink’s Figma mcp to setup https://www.framelink.ai/docs/quickstart
This guide will get you all set up and ready to use the Framelink MCP for Figma. We’ll cover how to get the MCP running and integrated with your IDE.