Figma MCP Server
Related Servers
Alternatives to Figma MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityDmaintenanceEnables AI agents to read, inspect, and export Figma designs programmatically. Provides tools for listing components, styles, and exporting assets in various formats.51-
- AlicenseBqualityDmaintenanceEnables interaction with Figma designs through the Figma API, allowing users to export images in multiple formats, extract style data and CSS, analyze design elements, and retrieve SVG code from Figma files. Supports batch operations and comprehensive design element analysis including images, vectors, and components.712 npm11MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Figma designs using natural language commands, supporting file analysis, component extraction, asset export, comment management, and design system queries through the Figma API.1,225 npm1ISC
- FlicenseAqualityDmaintenanceEnables AI agents to interact with Figma to create, read, and manage designs using the Figma REST API and a dedicated plugin. It supports advanced features like UI generation from text, webpage reconstruction in Figma, and design token synchronization with codebases.20-
- AlicenseNot gradedqualityDmaintenanceEnables seamless integration with Figma API for extracting design tokens, generating production-ready code in multiple frameworks, capturing screenshots, and managing design assets directly from Figma.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI coding agents to access Figma files and prototypes, allowing them to retrieve design data and assets directly.MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: generate_frontend creates code from a file, get_file retrieves file data, list_project_files lists files within a project, and list_projects lists projects for a team. There is no overlap in functionality, and an agent can easily distinguish between them.
All tool names follow a consistent verb_noun pattern using snake_case: generate_frontend, get_file, list_project_files, and list_projects. The naming is predictable and readable throughout the set.
With 4 tools, the server is well-scoped for basic Figma operations, but it feels slightly thin as it lacks update or delete capabilities. However, each tool earns its place, covering key actions like listing, retrieving, and generating from Figma data.
The toolset covers listing and retrieving Figma data well, with generate_frontend adding a useful transformation. However, there are notable gaps: no tools for creating, updating, or deleting files or projects, which limits full lifecycle management in the Figma domain.