Figma MCP Server by Bao To
Extracts complete Figma file structure, design tokens, components, and generates comprehensive design system documentation for AI-powered development.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Figma MCP Server by Bao ToAnalyze the primary button component variants"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Note: This server is a fork of the original Framelink Figma MCP server, building upon its foundation to offer enhanced capabilities for AI-driven design workflows. We acknowledge and appreciate the foundational work of the original Framelink team.
What Makes This Different
This isn't just another Figma data extractor. It's an intelligent design system generation, analysis and documentation platform that provides deep insights into your Figma files:
Comprehensive Design System Documentation Generation
Unique End-to-End Solution: The only MCP that automatically generates rich, multi-faceted design system documentation from a Figma link. This includes component deep-dives, interactive overviews, validation reports, accessibility checks, and token specifications, all intelligently integrated.
Living Design System Hub: Transforms static Figma files into a dynamic, explorable, and maintainable design system knowledge base.
Component Intelligence
Semantic Understanding: Analyzes Figma components to understand their structure, variants, and relationships
Smart Props Inference: Automatically detects component properties and maps them to TypeScript interfaces
Atomic Design Classification: Organizes components into atoms, molecules, organisms for scalable architecture
Implementation Readiness: Tells you which components are ready to build vs. need more specification
AI-Optimized Workflows & Developer Experience
Perfect for AI Agents: Cursor, Claude, and other AI tools get semantic component data instead of raw JSON
One-Command Setup: From Figma link to complete design system documentation and tokens
Design-Code Sync: Automated checking to ensure design and implementation stay aligned
Accessibility Built-in: WCAG compliance checking and proper ARIA roles included automatically
Streamlined Operations: From Figma link to a full suite of design system assets β tokens, comprehensive documentation, and validation reports β with minimal effort.
Give Cursor and other AI-powered coding tools access to your Figma files with this Model Context Protocol server, Figma MCP Server by Bao To.
When Cursor has access to Figma design data, it can be significantly better at implementing designs accurately compared to alternative approaches like pasting screenshots.
Related MCP server: Figma MCP Server
Demo
Watch a demo of building a UI in Cursor with Figma design data

How it works
Open your IDE's chat (e.g. agent mode in Cursor).
Paste a link to a Figma file, frame, or group.
Ask your AI agent to do something with the Figma fileβe.g. implement the design.
The AI agent, configured to use Figma MCP Server by Bao To, will fetch the relevant metadata from Figma via this server and use it to write your code.
This MCP server is designed to simplify and translate responses from the Figma API so that only the most relevant layout and styling information is provided to the AI model.
Reducing the amount of context provided to the model helps make the AI more accurate and the responses more relevant.
Key Features
AI-Driven Development
Component Intelligence: Understands Figma component structure, variants, and relationships
Atomic Design Classification: Categorizes components into atoms, molecules, organisms
Smart Props Inference: Analyzes component variants to understand component properties
Accessibility Integration: Identifies accessibility requirements and best practices
Design Token Extraction
Complete Token Analysis: Extract colors, typography, spacing, border radius, and effects
Smart Categorization: Automatically groups related tokens (primary colors, text sizes, etc.)
Deduced Variables: Enterprise Variables API workaround for non-Enterprise accounts
Multiple Export Formats: JSON, CSS Variables, Tailwind, Style Dictionary, Figma Tokens
Design System Tools
Comprehensive Documentation: Generate design system docs with component examples
Version Comparison: Track changes between design system versions
Validation & Governance: Check consistency and adherence to best practices
WCAG Compliance: Real accessibility analysis with proper contrast calculations
Design-Code Sync: Ensure design tokens match code implementation
Available Tools
Design Token Extraction
get_figma_data- Extract complete Figma file structure and design datadownload_figma_images- Download images, icons, and graphics from Figmaget_figma_variables- Get Figma Variables (IMPORTANT: Enterprise plans only)generate_design_tokens- Extract and structure design tokens (colors, typography, spacing, effects)
Component Intelligence
analyze_figma_components- NEW! Intelligent component analysis for AI-driven development
π Design System Management
generate_design_system_doc- Generate comprehensive design system documentationcompare_design_tokens- Compare design tokens between files or versionsvalidate_design_system- Validate design system consistency and best practicescheck_accessibility- Check WCAG accessibility compliance with real contrast calculationsmigrate_tokens- Convert tokens to different formats (Tailwind, CSS Variables, Style Dictionary)check_design_code_sync- Compare design tokens with code implementation
π― NEW: Advanced Design System Tools
Design Token Comparison (
compare_design_tokens):Compare design tokens between different Figma files or versions
Identifies added, removed, and modified tokens with detailed change tracking
Perfect for design system version control and migration planning
Outputs structured comparison reports for team collaboration
Design System Validation (
validate_design_system):Validates design tokens against design system best practices and rules
Checks color naming conventions, typography scale consistency, spacing patterns
Identifies potential issues and inconsistencies before they reach production
Provides actionable recommendations for design system improvements
Accessibility Compliance Checker (
check_accessibility):Analyzes design tokens for accessibility compliance issues
Checks text sizes, color contrasts, touch target sizes
Provides specific suggestions for WCAG compliance improvements
Essential for building inclusive, accessible digital products
Multi-Format Token Migration (
migrate_tokens):Convert design tokens to popular formats: Tailwind, CSS Variables, Style Dictionary, Figma Tokens
Seamless integration with existing development workflows and tools
Maintains token relationships and semantic meaning across formats
Supports batch conversion for large design systems
Design-Code Sync Checker (
check_design_code_sync):Compare Figma design tokens with your actual codebase tokens
Identifies discrepancies between design specifications and implementation
Supports JSON, JavaScript, and TypeScript token file formats
Helps maintain perfect alignment between design and development
Using This Server with Your AI Agent
To leverage the full power of Figma MCP Server by Bao To, especially its design system generation tools, you need to guide your AI agent (like Cursor) effectively. Here's how:
Specify This Server:
When you start a task, ensure your AI client is configured to use "Figma MCP Server by Bao To" (as shown in the "Getting Started" section).
If your AI agent supports choosing between multiple MCP servers or if you're prompting it more generally, you might need to explicitly state: "Use the 'Figma MCP Server by Bao To' for Figma tasks." or refer to its npm package name: "Use the MCP server
@tothienbao6a0/figma-mcp-server."
Request Specific Tools:
To get basic Figma data: "Get the Figma data for [Figma link]." (The agent will likely use
get_figma_data).To get Figma variables β οΈ Enterprise Only: "Get the variables from [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
get_figma_variablestool. Note: This only works with Figma Enterprise plans.To generate design tokens: "Generate the design tokens for [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
generate_design_tokenstool.To generate design tokens with deduced variables: "Generate the design tokens for [Figma link] with deduced variables analysis using the 'Figma MCP Server by Bao To'." The agent should call
generate_design_tokenswithincludeDeducedVariables: true. This provides a workaround for non-Enterprise users to get variable-like structures.To generate design system documentation: "Generate the design system documentation for [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
generate_design_system_doctool.
Provide Necessary Parameters:
fileKey: Always provide the Figma file link. The agent and server can extract thefileKey.scope(forget_figma_variables): β οΈ Enterprise Only - Optional parameter to specify whether to fetch 'local' variables (default, all variables in the file) or 'published' variables (only those published to team library).outputFilePath(forget_figma_variablesandgenerate_design_tokens) /outputDirectoryPath(forgenerate_design_system_doc):These tools allow you to specify where the generated files should be saved.
If you want the documentation, tokens, or variables to be saved directly into your current project (e.g., in a
/docsor/tokensfolder), tell your agent:"Get the variables from [Figma link] and save them as
variables.jsonin thesrc/design-systemfolder of my project.""Generate the design system documentation for [Figma link] and save it in the
docs/design_systemfolder of my current project.""Generate the design tokens for [Figma link] and save the JSON file as
design-tokens.jsonin thesrc/style-guidefolder of my project."
The AI agent should then determine the absolute path to your project's subfolder and provide it as the
outputDirectoryPathoroutputFilePathwhen calling the respective tool.If you don't specify a path, these tools will save their output to a temporary system directory (as per their documented default behavior), and the agent will be informed of that path. The agent can then help you retrieve the files.
Example Prompt for an Agent:
"Hey AI, please use the Figma MCP Server by Bao To to generate the full design system documentation for
https://www.figma.com/design/yourFileKey/Your-Project-Name. I want the output to be saved in a new folder calledfigma_docsinside my current project's root directory."
By being specific, you help the AI agent make the correct tool calls with the right parameters to this server, unlocking its advanced features for your development workflow.
Getting Started
Your AI coding client (like Cursor) can be configured to use this MCP server. Add the following to your client's MCP server configuration file, replacing YOUR-KEY with your Figma API key.
NOTE: You will need to create a Figma access token to use this server. Instructions on how to create a Figma API access token can be found here.
MacOS / Linux
{
"mcpServers": {
"Figma MCP Server by Bao To": {
"command": "npx",
"args": ["-y", "@tothienbao6a0/figma-mcp-server", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}Windows
{
"mcpServers": {
"Figma MCP Server by Bao To": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@tothienbao6a0/figma-mcp-server", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}This will use npx to download and run the @tothienbao6a0/figma-mcp-server package from npm. The -y flag automatically agrees to any prompts from npx.
Alternatively, you can install the package globally first (though npx is often preferred for CLI tools to ensure you're using the latest version without global installs):
npm install -g @tothienbao6a0/figma-mcp-serverAnd then configure your client to use @tothienbao6a0/figma-mcp-server directly as the command.
Making Generated Design Systems More Readable
When using this MCP server to generate design tokens and documentation, you'll notice that Figma's internal IDs (like fill-hxq15en) can make the system hard to maintain. The generated design system documentation is extensive, with internal IDs scattered across multiple files and sections. Here's a workflow to transform ALL instances of these IDs into semantic, readable tokens:
The Semantic Mapping Workflow
Generate Initial Design System
Use the MCP server to generate your initial design tokens and documentation
You'll get multiple files with Figma's internal IDs:
Design tokens JSON
CSS variables
Component documentation
Style guides
Usage examples
Prepare Your Color System Screenshot
In Figma, navigate to your color styles page
Take a clear screenshot showing:
All color swatches
Color names and values
Color grouping/hierarchy
Save this screenshot for reference
Use AI to Create Comprehensive Semantic Mapping
In Cursor, share your color system screenshot
Ask the AI to perform a comprehensive mapping
Example prompt:
"I have a screenshot of my Figma color system and the generated design system files. Please help create a semantic mapping for ALL instances of internal IDs across the entire documentation: 1. First, analyze the color system in the image to understand the semantic meaning of each color 2. Then, search through all generated files to find every instance of each internal ID 3. Create a complete mapping between IDs and semantic names 4. Update ALL occurrences in: - Token files - CSS variables - Component documentation - Usage examples - Style guides 5. Ensure consistency across the entire design system 6. Generate additional documentation including: - Usage guidelines for the semantic tokens - Examples for different contexts (components, themes) - Best practices for implementation - Common patterns and combinations - Accessibility considerations"The AI will:
Analyze your color system visually
Search for ALL instances of each ID
Create a comprehensive mapping
Update every occurrence in all files
Maintain consistency throughout
Create supporting documentation
Generated Files The AI will create/update ALL relevant files:
token-mapping.json- Complete ID to semantic name mappingdesign_variables.css- Updated CSS variablesAll documentation files with semantic names
Component examples with new token names
Style guides with semantic references
Example Comprehensive Transformation
Before (across multiple files):
/* design_variables.css */
--fill-hxq15en: #556AEB;
--stroke-heus4w0: #B9C4FF;
/* component_examples.md */
Use `var(--fill-hxq15en)` for primary actions
Border: 1px solid var(--stroke-heus4w0)
/* style_guide.md */
| fill-hxq15en | Primary blue | #556AEB |After:
/* design_variables.css */
--color-primary-500: #556AEB;
--stroke-primary-light: #B9C4FF;
/* component_examples.md */
Use `var(--color-primary-500)` for primary actions
Border: 1px solid var(--stroke-primary-light)
/* style_guide.md */
| color-primary-500 | Primary blue | #556AEB |Best Practices
Color System Screenshot
Ensure ALL colors are visible
Include complete naming system
Show full color hierarchy
Capture any usage guidelines
Semantic Naming
Use consistent, purpose-based names
Follow a clear naming hierarchy
Document relationships between colors
Include usage context
Comprehensive Updates
Verify ALL instances are updated
Check ALL documentation files
Review ALL component examples
Validate ALL references
Maintenance
Keep screenshot up to date
Re-run complete mapping when needed
Verify consistency across ALL files
Document any manual overrides
The AI will also generate additional documentation to help developers use the semantic tokens correctly, including usage guidelines and examples for different contexts (components, themes, etc.).
Contributing
To access these tools in your AI agent, use these prompts:
To extract comprehensive design data: "Analyze the design system from [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
get_figma_datatool.To download specific images: "Download the icons and images from [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
download_figma_imagestool.To extract variables (Enterprise only): "Get the variables from [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
get_figma_variablestool.To generate design tokens: "Generate the design tokens for [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
generate_design_tokenstool.To generate design tokens with deduced variables: "Generate the design tokens for [Figma link] with deduced variables analysis using the 'Figma MCP Server by Bao To'." The agent should call
generate_design_tokenswithincludeDeducedVariables: true. This provides a workaround for non-Enterprise users to get variable-like structures.To generate comprehensive documentation: "Generate design system documentation for [Figma link] using the 'Figma MCP Server by Bao To'." The agent should then call the
generate_design_system_doctool.
π― Advanced Design System Tools Usage
To compare design tokens between versions: "Compare the design tokens between [Figma link 1] and [Figma link 2] using the 'Figma MCP Server by Bao To'." The agent should call the
compare_design_tokenstool.To validate design system compliance: "Validate the design system compliance for [Figma link] using the 'Figma MCP Server by Bao To'." The agent should call the
validate_design_systemtool.To check accessibility compliance: "Check the accessibility compliance for [Figma link] using the 'Figma MCP Server by Bao To'." The agent should call the
check_accessibilitytool.To migrate tokens to different formats: "Convert the design tokens from [Figma link] to Tailwind format using the 'Figma MCP Server by Bao To'." The agent should call the
migrate_tokenstool with the desired target format.To check design-code sync: "Check if the design tokens from [Figma link] are in sync with my code tokens file at [file path] using the 'Figma MCP Server by Bao To'." The agent should call the
check_design_code_synctool.
Plan Limitations
β οΈ Important Note About Figma Variables API
The get_figma_variables function requires a Figma Enterprise plan. This limitation is imposed by Figma, not by this MCP server:
Available on ALL plans:
get_figma_data,download_figma_images,generate_design_tokens,generate_design_system_docEnterprise only:
get_figma_variables(Variables REST API access)
Why this limitation exists:
Figma restricts Variables API access to Enterprise plans only
Users on Starter, Professional, or Organization plans will receive
403 ForbiddenerrorsThis is a business decision by Figma to drive Enterprise sales
Alternatives for non-Enterprise users:
Use
generate_design_tokenswithincludeDeducedVariables: true- analyzes design tokens to create variable-like structures (NEW workaround feature)Use
generate_design_tokens(standard) - extracts similar styling information from your designsUse Figma's Plugin API (requires building a custom plugin)
Manually export variables from Figma UI
For more details, see Figma's official documentation on plan features.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tothienbao6a0/Figma-Context-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server