genable mcp for Cursor
io.github.musepy/genable-mcp
Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.
client:Cursor
transport:stdio
runtime:npm
Install genable mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"genable-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"genable-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs