# Framelink Figma MCP Server

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. Enhance your AI-powered coding tools with seamless Figma integration for more accurate and relevant d…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Zwe1/figma-context-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Zwe1/figma-context-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Zwe1/figma-context-mcp get_figma_data

# Call a tool
npx -y @smithery/cli@latest tool call Zwe1/figma-context-mcp get_figma_data '{}'
```

## Tools (2)

- `get_figma_data` — When the nodeId cannot be obtained, obtain the layout information about the entire Figma file
- `download_figma_images` — Download SVG and PNG images used in a Figma file based on the IDs of image or icon nodes

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Zwe1/figma-context-mcp <tool-name>
```

---

Source: https://github.com/Zwe1/Figma-Context-MCP | License: MIT
