Figma MCP Server for Zed
io.github.planetabhi/figma-mcp-server
A local MCP server with full Figma REST API coverage.
client:Zed
transport:stdio
runtime:npm
Install Figma MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"figma-mcp-server": {
"command": "npx",
"args": [
"-y",
"figma-mcp-server"
],
"env": {
"FIGMA_API_KEY": "<FIGMA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs