Odel
figsnap mcp

figsnap mcp

Local
@arimunandarJavaScriptMITUpdated Today

The Figma file you have open, as MCP tools. Extract, edit, and keep a saved set.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfigsnap-mcpv0.2.0

Run

npx -y figsnap-mcp

MCP client config

{
  "mcpServers": {
    "figsnap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figsnap-mcp"
      ]
    }
  }
}