figma mcp rs for Cursor
io.github.jirayusueb/figma-mcp-rs
Figma/FigJam MCP server with read/write via plugin — no API token, no limits. 78 tools.
client:Cursor
transport:stdio
runtime:npm
Install figma mcp rs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"figma-mcp-rs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-mcp-rs"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs