Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

zed-mcp-server-figma

MCP.Pizza Chef: LoamStudios

The zed-mcp-server-figma is an MCP server extension that integrates Figma design data as real-time context into the Zed IDE's Agent Panel. It connects to the Figma API using a read-only access token, enabling developers to access and interact with design files and resources directly within their coding environment. This server facilitates seamless design-to-code workflows by providing structured, live design context to AI models embedded in Zed.

Use This MCP server To

Access Figma design files context within Zed IDE Enable AI-assisted coding with live Figma design data Synchronize design updates from Figma to development environment Facilitate design review and feedback inside Zed Automate extraction of design specs for implementation

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>"
    }
  }
}

zed-mcp-server-figma FAQ

How do I install the zed-mcp-server-figma extension in Zed?
Navigate to Zed > Extensions or use the command palette to search for and install the extension.
What permissions are required for the Figma access token?
The token needs read-only permissions for File Content and Dev Resources to provide safe access.
How do I configure the Figma API key for this MCP server?
Add your Figma API key in the Zed configuration under context_servers > mcp-server-figma > settings > figma_api_key.
Can this MCP server update design context in real-time?
Yes, it fetches live design data from Figma to keep context current within Zed.
Is the zed-mcp-server-figma compatible with other LLM providers?
Yes, it works with models from OpenAI, Anthropic Claude, and Google Gemini by providing standardized context.
Does this server support write access to Figma files?
No, it only supports read-only access to ensure design integrity and security.
Can I use this MCP server outside of Zed IDE?
It is primarily designed for integration with Zed's Agent Panel but can be adapted with additional development.