Figma-Context-MCP (MCP Server)

GitHub

MCP server to provide Figma layout information to AI coding agents like Cursor

15,659 stars TypeScript MCP Ready Full Docs Skills View Markdown #ai#cursor#figma#mcp

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Figma-Context-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Figma-Context-MCP"
      ]
    }
  }
}