Skip to content
Windsurf

Figma MCP Server for Windsurf

io.github.oabolade/figma_mcp_server_actor

MCP server enabling AI assistants to interact with Figma designs via natural language commands

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_actor": {
      "command": "npx",
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>"
      }
    }
  }
}

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

Figma MCP Server in other clients