Figma Dev Mode MCP Server Support #32455
mikedidthis
started this conversation in
LLMs and Zed Agent
Replies: 3 comments 2 replies
-
I got it working with this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems to always timeout when using the new remote server |
Beta Was this translation helpful? Give feedback.
1 reply
-
The new MCP config, work for me : "figma": {
"source": "custom",
"command": "npx",
"args": ["-y", "figma-mcp"],
"env": {
"type": "http",
"url": "http://127.0.0.1:3845/mcp"
}
}, And in Figma : ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Source: https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Dev-Mode-MCP-Server
I did try to follow a similar pattern to linear but got stuck: https://linear.app/integrations/zed
Beta Was this translation helpful? Give feedback.
All reactions