Skip to content
Cursor

Figma MCP Server for Cursor

io.github.oabolade/figma_mcp_server_actor

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

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

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