LogoSTMCP
Download
Framelink Figma MCP Server

Framelink Figma MCP Server

Figma-Context-MCP is a server that provides Figma layout data to AI coding agents like Cursor.

Tools

1. Figma File Access

Access Figma design files through the Figma API to retrieve layout and styling information.

2. Design Metadata Extraction

Extract relevant design metadata from Figma files, including components, frames, and group information.

3. Layout Information Simplification

Simplify and translate complex Figma API responses to provide only the most relevant layout and styling information to AI models.

4. Cursor Integration

MCP server specifically designed for integration with Cursor and other AI-powered coding tools.

5. Real-time Design Synchronization

Fetch design data in real-time by pasting Figma file, frame, or group links for code generation.

6. Context Optimization

Reduce the amount of context provided to models to improve AI accuracy and response relevance.

7. Cross-platform Configuration

Support MCP server configuration across MacOS, Linux, and Windows platforms.

8. API Key Management

Securely manage Figma personal access tokens with support for environment variable configuration.

JSON Config

{
  "mcpServers": {
    "Framelink Figma MCP": {
      "command": "npx",
      "args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
    }
  }
}

Information

  • Author@GLips
  • Published date2025/07/04