figsnap mcp for Cursor
io.github.arimunandar/figsnap-mcp
The Figma file you have open, as MCP tools. Extract, edit, and keep a saved set.
client:Cursor
transport:stdio
runtime:npm
Install figsnap mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"figsnap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figsnap-mcp"
],
"env": {
"FIGSNAP_MCP_URL": "<FIGSNAP_MCP_URL>",
"FIGSNAP_MCP_TOKEN": "<FIGSNAP_MCP_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs