Allows you to directly access Figma designs and assets from within your code editor.
You will need:
http://127.0.0.1:3845/sse
{
"figma": {
"serverUrl": "http://127.0.0.1:3845/sse",
"accessToken": env.local.FIGMA_TOKEN
}
}
{
"figma": {
"command": "npx",
"args": ["@figma/dev-mode-mcp-server"],
"env": {
"FIGMA_ACCESS_TOKEN": env.local.FIGMA_TOKEN
}
}
}
{
"mcp.servers": {
"figma": {
"command": "npx",
"args": ["@figma/dev-mode-mcp-server"],
"env": {
"FIGMA_ACCESS_TOKEN": env.local.FIGMA_TOKEN
}
}
}
}