Skip to content

Instantly share code, notes, and snippets.

View QuentinFrc's full-sized avatar

Quentin QuentinFrc

View GitHub Profile
@QuentinFrc
QuentinFrc / SETUP_FIGMA_MCP_WSL.md
Last active July 1, 2026 19:30
Setup Figma MCP (Windows | WSL2)

MCP Figma Configuration with WSL2

This guide explains how to configure the MCP Figma server running on Windows to be accessible from Claude Code in WSL2.

Problem

The MCP Figma server runs on Windows at 127.0.0.1:3845, but Claude Code in WSL2 cannot access it directly because 127.0.0.1 in WSL refers to WSL's localhost, not Windows' localhost.

Solution