Figma
Freeby MCP Community
Figma MCP server for accessing Figma API
v0.1.1Added Apr 12, 2026
figmaapimcpmodel-context-protocol
Figma MCP Server
Figma MCP server for accessing Figma API
Installation
npx -y mcp-figma
Reviews
Installation
Quick install
npx -y mcp-figma
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "mcp-figma"]
}
}
}