figma-mcp-express

sunhome243/figma-mcp-express
★ 2 stars Go AI/LLM Updated today
Figma MCP Express — lightweight MCP server for Figma automation
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-express": {
      "command": "go",
      "args": [
        "run",
        "github.com/sunhome243/figma-mcp-express@latest"
      ]
    }
  }
}

README Excerpt

Enhanced fork of [vkhanhqui/figma-mcp-go](https://github.com/vkhanhqui/figma-mcp-go). --- **Fast, quota-free, agent-ready Figma MCP.** Give AI agents direct read/write access to Figma through a local Desktop plugin, with batch execution, multi-file routing, and stable concurrent sessions that are not capped by Figma's official MCP server tool-call limits.

Tools (8)

FIGMA_MCP_BATCH_MAX_BYTESFIGMA_MCP_BATCH_MAX_OPSFIGMA_MCP_READ_TIMEOUTFIGMA_MCP_SPILL_BYTESFIGMA_MCP_TIMEOUTFIGMA_MCP_TOOL_PROFILEFIGMA_MCP_TOOL_SCHEMA_MODEFIGMA_TOKEN