mcp-server-guide

figma/mcp-server-guide
★ 405 stars Unknown language 🔌 API Integration Updated 1mo ago
A guide on how to use the Figma MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-guide": {
      "command": "npx",
      "args": [
        "-y",
        "figma/mcp-server-guide"
      ]
    }
  }
}