Skip to main content
Developer ToolsTypeScript

GLips/Figma-Context-MCP

Provide coding agents direct access to Figma data to help them one-shot design implementation.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/GLips/Figma-Context-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "figma-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "GLips/Figma-Context-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
GLips