Skip to content
Cursor

figma to code mcp for Cursor

io.github.felixanhalt/figma-to-code-mcp

LLM-optimized Figma MCP server.

client:Cursor transport:stdio runtime:npm

Install figma to code mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "figma-to-code-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tmegit/figma-to-code-mcp"
      ],
      "env": {
        "FIGMA_API_KEY": "<FIGMA_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figma to code mcp in other clients