npm figma-developer-mcpstdioMITupdated 1mo ago
Framelink MCP for Figma Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
Was kannst du mit Figma Context MCP machen?
Give Cursor and other AI-powered coding tools access to your Figma files with this Model Context Protocol server.
When Cursor has access to Figma design data, it's way better at one-shotting designs accurately than alternative approaches like pasting screenshots.
Demo
Watch a demo of building a UI in Cursor with Figma design data
How it works
- Open your IDE's chat (e.g. agent mode in Cursor).
- Paste a link to a Figma file, frame, or group.
- Ask Cursor to do something with the Figma file—e.g. implement the design.
- Cursor will fetch the relevant metadata from Figma and use it to write your code.
This MCP server is specifically designed for use with Cursor. Before responding with context from the Figma API, it simplifies and translates the response so only the most relevant layout and styling information is provided to the model.
Reducing the amount of context provided to the model helps make the AI more accurate and the responses more relevant.
Getting Started
Many code editors and other AI clients use a configuration file to manage MCP servers.
The figma-developer-mcp server can be configured by adding the following to your configuration file.
NOTE: You will need to create a Figma access token to use this server. Instructions on how to create a Figma API access token can be found here.
MacOS / Linux
{
"mcpServers": {
"Framelink MCP for Figma": {
"command": "npx",
"args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}
Windows
{
"mcpServers": {
"Framelink MCP for Figma": {
"command": "cmd",
"args": ["/c", "npx", "-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}
Or you can set FIGMA_API_KEY and PORT in the env field.
If you need more information on how to configure the Framelink MCP for Figma, see the Framelink docs.
Star History
Learn More
The Framelink MCP for Figma is simple but powerful. Get the most out of it by learning more at the Framelink site.
Installation
Figma Context MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add figma-developer-mcp -- npx -y figma-developer-mcpcodex mcp add figma-developer-mcp -- npx -y figma-developer-mcpamp mcp add figma-developer-mcp -- npx -y figma-developer-mcp{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"figma-developer-mcp","command":"npx","args":["-y","figma-developer-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"figma-developer-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"figma-developer-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"figma-developer-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y figma-developer-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation25/25
- Pflege25/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 25 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.13.2Aktuell | 18. Juni 2026 |
| 0.13.1 | 18. Juni 2026 |
| 0.13.0 | 18. Juni 2026 |
| 0.12.0 | 27. Mai 2026 |
| 0.11.0 | 20. Apr. 2026 |
| 0.10.1 | 10. Apr. 2026 |
| 0.10.0 | 10. Apr. 2026 |
| 0.9.0 | 9. Apr. 2026 |
| 0.8.1 | 7. Apr. 2026 |
| 0.8.0 | 24. März 2026 |
| 0.7.1 | 20. März 2026 |
| 0.7.0 | 19. März 2026 |
| 0.6.6 | 4. März 2026 |
| 0.6.4 | 19. Feb. 2026 |
| 0.6.0 | 9. Sept. 2025 |
