Figma
Freeby MCP Community
## Using the remote server
v0.0.14Added Apr 12, 2026
Figma MCP Server
Using the remote server
Installation
npx -y @open-mcp/figma
Reviews
Installation
Quick install
npx -y @open-mcp/figma
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "@open-mcp/figma"]
}
}
}