figma-mcp-server

planetabhi/figma-mcp-server
★ 8 stars TypeScript AI/LLM Updated today
A local MCP server with full Figma REST API coverage.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "figma-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "planetabhi/figma-mcp-server"
      ]
    }
  }
}

README Excerpt

A local MCP server with full Figma REST API coverage. Works with Claude Desktop, Cursor, VS Code, the Gemini CLI, and any MCP client. The server exposes the Figma REST API as MCP tools. Each endpoint is one tool. Tools are auto-discovered at startup from `tools/figma/`, so adding an endpoint is just adding a file. Every tool is self-describing with a JSON Schema, and required parameters are validated before each call. It runs over stdio by default (how desktop clients spawn it) or over SSE with

Tools (6)

FIGMA_API_KEYdelete_commentget_library_component_usagesget_library_style_usagesget_team_component_setsget_team_components

Topics

ai-toolsbunclaudeclaude-desktopcursordesign-toolsfigmafigma-apigemini-clilocal-servermcpmcp-servermodel-context-protocoltypescript