MCP server to provide Figma layout information to AI coding agents like Cursor
MCP server to provide Figma layout information to AI coding agents like Cursor
Is it safe?
No known CVEs for figma-developer-mcp. 1 previously resolved.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 5 days ago. 14,124 GitHub stars. 67,456 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
0 tools. Token cost not measured.
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"Framelink Figma MCP": {
"args": [
"-y",
"figma-developer-mcp",
"--figma-api-key=YOUR-KEY",
"--stdio"
],
"command": "npx"
}
}
}FIGMA_API_KEYFigma Personal Access Token1. Go to Figma Settings 2. Scroll to Personal Access Tokens 3. Click "Generate new token" 4. Replace YOUR-KEY in the configOpen Figma Personal Access Token page
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y figma-developer-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Last scanned 5h ago
No open vulnerabilities. 1 fixed CVE.
CVE-2025-15061Fixedfigma-developer-mcp vulnerable to command injection in get_figma_data tool
### Summary A command injection vulnerability exists in the `figma-developer-mcp` MCP Server. The vulnerability is caused by the unsanitized use of input parameters within a call to `child_process.exec`, enabling an attacker to inject arbitrary system commands. Successful exploitation can lead to remote code execution under the server process's privileges. The server constructs and executes shell commands using unvalidated user input directly within command-line strings. This introduces the p
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.