MCP Directory

dannote/figma-use

GitHub
Developer Tools

Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y figma-use

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from dannote/figma-use your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "figma-use": {
      "command": "npx",
      "args": [
        "-y",
        "figma-use"
      ]
    }
  }
}

Route dannote/figma-use intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add figma-use

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use dannote/figma-use directly without routing

npx -y figma-use

New to Agent-CoreX? View setup guide →

dannote/figma-use MCP Server — Agent-CoreX