Figma Server
Freeby MCP Community
Figma MCP server for design file management and API integration
v2.0.3Added Apr 12, 2026
Figma Server MCP Server
Figma MCP server for design file management and API integration
Installation
npx -y @imazhar101/mcp-figma-server
Reviews
Installation
Quick install
npx -y @imazhar101/mcp-figma-server
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-server": {
"command": "npx",
"args": ["-y", "@imazhar101/mcp-figma-server"]
}
}
}