Skip to content
Claude Desktop

Figma MCP Server for Claude Desktop

io.github.oabolade/figma_mcp_server_actor

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

client:Claude Desktop transport:stdio runtime:npm

Install Figma MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Figma MCP Server in other clients