figma mcp express for Cursor
io.github.sunhome243/figma-mcp-express
Compact Figma MCP with validated batch ops through a local plugin bridge.
client:Cursor
transport:stdio
runtime:npm
Install figma mcp express in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"figma-mcp-express": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-mcp-express"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs