Skip to content
Cursor

Figma MCP Server for Cursor

io.github.planetabhi/figma-mcp-server

A local MCP server with full Figma REST API coverage.

client:Cursor transport:stdio runtime:npm

Install Figma MCP Server 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-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-server"
      ],
      "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 MCP Server in other clients