GitHub Stars
4
User Rating
Not Rated
Favorites
0
Views
35
Forks
0
Issues
0
Installation
Difficulty
BeginnerEstimated 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
.cursor/mcp.json file in your project:
json
{
"mcpServers": {
"figma-python": {
"command": "figma-mcp",
"args": [
"--figma-api-key=your_figma_key"
]
}
}
}