Figma Mcp Bridge
Freeby MCP Community
F-MCP ATezer: MCP server and Figma plugin bridge for Claude/Cursor. No REST token required.
v1.7.28Added Apr 12, 2026
mcpfigmafigma-mcpfigma-plugindesign-system
Figma Mcp Bridge MCP Server
F-MCP ATezer: MCP server and Figma plugin bridge for Claude/Cursor. No REST token required.
Installation
Reviews
Installation
Quick install
npx -y @atezer/figma-mcp-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-mcp-bridge": {
"command": "npx",
"args": ["-y", "@atezer/figma-mcp-bridge"]
}
}
}