Figma MCP Server in Cursor

Describe the Bug

Hi i try to connect to figma with cursor i provide
“figma-developer-mcp”: {
“command”: “npx”,
“args”: [“-y”, “figma-developer-mcp”, “–stdio”],
“env”: {
“FIGMA_API_KEY”: “xxxx”
}
}

but it still is in red . I installed globally npm figma-developer-mcp this and it is in powerhsell when i check .

Steps to Reproduce

Add

  "figma-developer-mcp": {
    "command": "npx",
    "args": ["-y", "figma-developer-mcp", "--stdio"],
    "env": {
      "FIGMA_API_KEY": "xxx"
    }
  }

with your figma key and try to connect

Screenshots / Screen Recordings

figmabug.png

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.3 (user setup)
VSCode Version: 1.96.2
Commit: 979ba33804ac150108481c14e0b5cb970bda3260
Date: 2025-06-15T06:55:04.603Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

Hey, can you check the logs? To do this, open the Output panel by going to the View -> Output menu, and in the dropdown menu, select the MCP Logs.