# Figma API Integration Server

Integrate Figma's powerful design capabilities into your applications. Leverage the MCP server to interact with Figma's API seamlessly and enhance your workflows. Simplify your design processes by co…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kailashAppDev/figma-mcp-toolkit extract-components

# Call a tool
npx -y @smithery/cli@latest tool call kailashAppDev/figma-mcp-toolkit extract-components '{}'
```

## Tools (3)

- `extract-components` — Extract all components from Figma file and get all graphql queries and mutations
- `extract-latest-components` — Extract newly added components from Figma file
- `extract-one-component` — Extract a single component from Figma file

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

---

Source: https://github.com/kailashAppDev/figma-mcp-toolkit
