figma-mcp

paulvandermeijs/figma-mcp
★ 11 stars Rust 🔌 API Integration Updated 18d ago
MCP server for Figma.
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": {
    "figma-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "figma-mcp"
      ]
    }
  }
}