Skip to content
Windsurf

Figma MCP Server for Windsurf

io.github.planetabhi/figma-mcp-server

A local MCP server with full Figma REST API coverage.

client:Windsurf transport:stdio runtime:npm

Install Figma MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "figma-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-server"
      ],
      "env": {
        "FIGMA_API_KEY": "<FIGMA_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Figma MCP Server in other clients