← Index

Figma MCP Server

io.github.oabolade/figma_mcp_server_actor·v2.1.0·Other
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "figma_mcp_server_actor": {
      "command": "npx",
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<your-figma_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "figma_mcp_server_actor": {
      "command": "npx",
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<your-figma_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @oabolade-pegasus/figma-mcp-server
§02  Environment variables
FIGMA_ACCESS_TOKEN
requiredsecret

Figma Personal Access Token for API authentication. Get yours at https://www.figma.com/developers/api#access-tokens

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other