genable mcp for Zed
io.github.musepy/genable-mcp
Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.
client:Zed
transport:stdio
runtime:npm
Install genable mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"genable-mcp": {
"command": "npx",
"args": [
"-y",
"genable-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs