figma-mcp

MCP server for Figma.

GitHub Stars

4

User Rating

Not Rated

Favorites

0

Views

35

Forks

0

Issues

0

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.6 or higher
pipx: Latest version

Installation Steps

1. Install figma-mcp using pipx

bash
pipx install figma-mcp

2. Configure MCP Server

Add an MCP server using the following command:
shell
figma-mcp --figma-api-key=your_figma_key
Or add a .cursor/mcp.json file in your project:
json
{
  "mcpServers": {
    "figma-python": {
      "command": "figma-mcp",
      "args": [
        "--figma-api-key=your_figma_key"
      ]
    } 
  }
}

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Python version and pipx installation.

Additional Resources