Skip to content

Figma Context MCP

Untested

Provide coding agents direct access to Figma data to help them one-shot design implementation.

by GLips 13,719 MIT TypeScript Beginner stdio

Install

Claude Code

claude mcp add glips-figma-context-mcp -- npx -y figma-context-mcp

Safety Report

83% Untested
Scanned yesterday
5 passed 1 warnings
Security
Authentication
details

Requires a Figma Personal Access Token passed as environment variable FIGMA_API_KEY or CLI argument; no token = no access

Pass
CORS Policy
details

Local stdio-based MCP server; no network server exposure

N/A
Rate Limiting
details

Subject to Figma API rate limits; no client-side throttling documented

Warning
Known CVEs
details

No known CVEs; popular community project (Framelink)

Info
Code Quality
Dependency Audit
details

Node.js package with moderate dependency tree; no published security audit

Info
Dangerous Patterns
details

No dangerous code patterns detected

Pass
License
details

MIT License

Pass
Code Source
details

Open source on GitHub (GLips/Figma-Context-MCP)

Pass
Community
Maintenance Status
details

Actively maintained; one of the most-starred Figma MCP integrations

Pass

Learn about our security methodology →

Compatibility

Claude CodeDocumented Claude integration; paste Figma links directly in prompts
Tested
CursorCursor is a primary documented target with explicit configuration instructions
Tested
VS CodeVS Code Copilot integration documented in README
Tested
WindsurfWindsurf configuration documented in README
Tested
Claude DesktopClaude Desktop integration documented with example config
Tested

Tools Provided (2)

get_figma_data

Gives AI coding agents access to Figma design data. Fetches layout, styling, and content information from a Figma file or node URL. Filters and simplifies the Figma API response to include only the most relevant design information for code generation.

download_figma_images

Downloads and saves image assets (PNG, SVG, JPG) from a Figma design file to a local path. Useful for exporting design assets alongside generated code. Can be disabled via the skipImageDownloads option.

Frequently Asked Questions

What is Figma Context MCP?

Provide coding agents direct access to Figma data to help them one-shot design implementation.

What tools does Figma Context MCP provide?

Figma Context MCP provides 2 tools including get_figma_data, download_figma_images. Each tool can be called by AI agents to perform specific operations.

Is Figma Context MCP safe to use?

Figma Context MCP has not yet been security scanned. We recommend reviewing the source code and safety report before use.

What are alternatives to Figma Context MCP?

Similar MCP servers include Git MCP, Firebase MCP, Mobile MCP. Each serves a similar purpose but may differ in features, language, and compatibility.

Similar MCP Servers