figsnap mcp for Cline
io.github.arimunandar/figsnap-mcp
The Figma file you have open, as MCP tools. Extract, edit, and keep a saved set.
client:Cline
transport:stdio
runtime:npm
Install figsnap mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"figsnap-mcp": {
"command": "npx",
"args": [
"-y",
"figsnap-mcp"
],
"env": {
"FIGSNAP_MCP_URL": "<FIGSNAP_MCP_URL>",
"FIGSNAP_MCP_TOKEN": "<FIGSNAP_MCP_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs