A
licenseNot graded
qualityB
maintenanceA lightweight MCP server that adds Figma Comments support to AI assistants, enabling reading, querying, and replying to comments via the Figma REST API.
11 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a clearly distinct subset of comments: all, unresolved, recent, mentions, or replying. No overlap in purpose.
Most tools follow `get_<modifier>_comments` pattern, but `reply_to_comment` breaks the verb prefix convention. Still clear and predictable overall.
Five tools is well-scoped for a Figma comments server, covering core read operations and a write operation without overwhelming.
Reading and replying are covered, but there is no tool to create a new comment thread, which is a notable omission for a comments-focused server.