Figma Integration

Access your Figma design files and assets directly in your workflow.

Overview

The Figma integration enables your AI to interact with your Figma workspace, allowing you to retrieve design data, download images, and work with your design files—all without leaving your AI interface.

Authentication

To use Figma with Skeet, you first need to authenticate:

  1. Connect your Figma account in the Skeet dashboard
  2. Ensure your AI is connected to Skeet with your MCP key
  3. Verify your connection:
COMMAND
Verify Figma Connection
List my skeet integrations

Getting Figma Data

Retrieve data from your Figma files including nodes, styles, and components.

The best way to reference a Figma Data is to select and copy the link to selection:

Select Figma File
Get data from my Figma file "design-system"

The AI will use the figma_get_data tool with the following parameters:

{
  "fileKey": "figma_file_key",
  "nodeId": "optional_node_id",
  "depth": 1
}

Downloading Images

Download images from your Figma files for use in your projects.

Download the hero image from my Figma file

The AI will use the figma_download_images tool with these parameters:

{
  "fileKey": "figma_file_key",
  "nodes": [
    {
      "nodeId": "node_containing_image",
      "fileName": "hero-image.png"
    }
  ],
  "localPath": "path/to/save/images"
}

What's next?

Now that you've connected Figma, explore other integrations to make your AI even more powerful.

Integrations

Sequential Thinking

Enable dynamic and reflective problem-solving through structured thinking steps.

Read more

Memory

Access your Memory directly in your workflow.

Read more

Linear

Get issue details, create issues, add updates to issues, and more.

Read more

Github

Access your repositories, PRs, and issues directly in your workflow.

Read more

Slack

Send updates to your team in Slack about issues and PRs.

Read more

Jira

Access your Jira issues and projects directly in your workflow.

Read more

Postgres

Access your Postgres databases directly in your workflow.

Read more

Sequential Thinking

Break down complex problems into manageable steps.

Read more

Notion

Access your Notion databases directly in your workflow.

Read more

MySQL

Access your MySQL databases directly in your workflow.

Read more

Sentry

Access your Sentry issues and projects directly in your workflow.

Read more

Figma

Access your Figma files and designs directly in your workflow.

Read more

Redis

Access your Redis databases directly in your workflow.

Read more

OpenSearch

Access your OpenSearch databases directly in your workflow.

Read more

Was this page helpful?