zed-mcp-server-figma

This extension integrates the Framelink Figma MCP Server for Zed's Agent Panel, allowing users to connect their Figma accounts easily. It requires a read-only API key for accessing file content and dev resources. This setup streamlines the design process by enabling seamless communication between Zed and Figma, enhancing workflow efficiency.

GitHub Stars

12

User Rating

Not Rated

Favorites

0

Views

65

Forks

1

Issues

0

README
Framelink Figma MCP Server Extension for Zed

This extension integrates Framelink Figma MCP Server
as a context server for Zed's Agent Panel.

To install navigate to: Zed > Extensions. Or use the command palette
(macOS,
Linux)
to search extensions.

You'll need to grab a Figma access token for your account.
Set the permissions read-only for File Content and Dev Resources.

"context_servers": {
  "mcp-server-figma": {
    "settings": {
      "figma_api_key": "<FIGMA_API_KEY>"
    }
  }
}