Zed Figma MCP

v1.0.0Developer Toolsstable

A Framelink Figma MCP server extension for Zed

figmamcp-serverzed
Share:
34
Stars
0
Downloads
0
Weekly
0/5

What is Zed Figma MCP?

Zed Figma MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to framelink figma mcp server extension for zed

A Framelink Figma MCP server extension for Zed

This server falls under the Developer Tools and APIs categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Framelink Figma MCP server extension for Zed

Use Cases

Access Figma designs within Zed editor.
Integrate Framelink Figma extension with Zed.
Manage design files programmatically.
LoamStudios

Maintainer

LicenseMIT
Languagerust
Versionv1.0.0
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx zed-mcp-server-figma

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Zed Figma MCP

The Zed Figma MCP extension bundles the Framelink Figma MCP Server as a native context provider for the Zed code editor, giving Zed's AI Agent Panel direct access to Figma design files. With a Figma access token configured, developers can ask the agent to read frame contents, inspect component properties, and translate design intent into code — without switching out of their editor. It is aimed at front-end engineers who work alongside designers in Figma and want to close the gap between design specs and implementation.

Prerequisites

  • Zed editor installed (latest stable or nightly build that supports Extensions and the Agent Panel)
  • A Figma account with a personal access token (read-only permissions on File Content and Dev Resources)
  • Internet access to reach the Figma API
  • No separate Node.js install required — Zed bundles the extension runtime
1

Open the Zed Extensions panel

In Zed, open the command palette (Cmd+Shift+P) and search for 'Extensions', or navigate via the Zed menu.

2

Search for and install the Figma extension

Search 'mcp-server-figma' or 'Figma' in the Extensions panel and click Install. The extension packages the Framelink Figma MCP server internally.

3

Generate a Figma personal access token

In Figma, go to Account Settings > Personal access tokens. Create a new token and grant read-only access to 'File Content' and 'Dev Resources'. Copy the token.

4

Add the context server settings to Zed

Open your Zed settings.json (Cmd+, then 'Open config file') and add the context_servers block. Paste your Figma token as the value for figma_api_key.

{
  "context_servers": {
    "mcp-server-figma": {
      "settings": {
        "figma_api_key": "YOUR_FIGMA_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}
5

Open the Agent Panel and use Figma context

Open Zed's Agent Panel (Ctrl+Shift+A or via the View menu). The Figma context server should now be listed. You can paste a Figma file or frame URL into the panel and ask questions about the design.

Zed Figma MCP Examples

Client configuration

This goes inside your Zed settings.json — not claude_desktop_config.json. The figma_api_key is the only required credential.

{
  "context_servers": {
    "mcp-server-figma": {
      "settings": {
        "figma_api_key": "figd_YOUR_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}

Prompts to try

Use these in the Zed Agent Panel after pasting a Figma file or frame URL as context.

- "Read the design in this Figma frame and generate the corresponding React component with Tailwind classes"
- "List all the colour tokens used in this Figma file"
- "Describe the layout of this card component and suggest an HTML structure"
- "What font sizes and weights are used across this screen design?"

Troubleshooting Zed Figma MCP

Extension installed but context server does not appear in the Agent Panel

Confirm that the context_servers block is in the correct settings.json and that the JSON is valid. Reload Zed with Cmd+Shift+P > 'Reload' after saving settings.

Figma API returns 403 Forbidden

Check that your personal access token has 'File Content' and 'Dev Resources' set to read-only. Tokens with insufficient scopes will be rejected. Regenerate the token if in doubt.

Agent returns empty content for a Figma frame

Ensure you are sharing a direct frame or component URL (not just the top-level file URL). Some file structures require the specific frame node ID in the URL for the MCP server to locate content.

Frequently Asked Questions about Zed Figma MCP

What is Zed Figma MCP?

Zed Figma MCP is a Model Context Protocol (MCP) server that framelink figma mcp server extension for zed It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Zed Figma MCP?

Follow the installation instructions on the Zed Figma MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Zed Figma MCP?

Zed Figma MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Zed Figma MCP free to use?

Yes, Zed Figma MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "zed-mcp-server-figma": { "command": "npx", "args": ["-y", "zed-mcp-server-figma"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Zed Figma MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides