MCP Figma Server provides a complete interface to the Figma API through the Model Context Protocol, enabling AI assistants to interact with Figma designs, files, and team resources. Built by JayArrowz, it implements all Figma API methods as MCP tools, including file operations, comment management, component handling, and webhook interactions. The server authenticates with Figma using an API token that can be provided via environment variables or command-line arguments, making it easy to integrate with Claude Desktop. Particularly valuable for designers and developers who need to analyze, discuss, or manipulate Figma designs directly within their AI assistant conversations.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get the current user
Get a Figma file by key
Get specific nodes from a Figma file
Render images from a Figma file
Get image fills in a Figma file
Get version history of a Figma file
Get comments in a Figma file
Add a comment to a Figma file
Delete a comment from a Figma file
Get reactions for a comment
Add a reaction to a comment
Delete a reaction from a comment
Get projects in a team
Get files in a project
Get components in a team
Get components in a file
Get a component by key
Get component sets in a team
Get component sets in a file
Get a component set by key
Get styles in a team
Get styles in a file
Get a style by key
Create a webhook
Get a webhook by ID
Update a webhook
Delete a webhook
Get webhooks for a team
Get library analytics component usage data
Get library analytics style usage data
Get library analytics variable usage data