figma-mcp-server

klaircodes/figma-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Figma MCP server
View on GitHub → Try with Claude — $10 free →

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",
        "klaircodes/figma-mcp-server"
      ]
    }
  }
}

README Excerpt

The official Figma MCP server has only read-only tools. **You can not change anything in the Figma document using the official Figma MCP server.** You can use AI Agent in Figma Make. But, it is not convenient to chat in Figma Make and then move result to Figma to continue. **The goal is to enable AI Agents to work with your Figma documents.**