允许您的AI编码代理直接访问Figma文件及原型。
您可以通过以下链接联系我,提出任何问题或改进建议:https://x.com/jasonzhou1993
<a href="https://glama.ai/mcp/servers/pqweyr4aq9"> <img width="380" height="200" src="https://gips3.baidu.com/it/u=3816493134,2102315236&fm=3081&app=3081&f=PNG?w=760&h=400" alt="figma-mcp MCP 服务器" /> </a>pipx install figma-mcp
figma-mcp --figma-api-key=your_figma_key
.cursor/mcp.json文件:{
"mcpServers": {
"figma-python": {
"command": "figma-mcp",
"args": [
"--figma-api-key=your_figma_key"
]
}
}
}
mcp_config.json):{
"mcpServers": {
"figma-python": {
"command": "figma-mcp",
"args": [
"--figma-api-key=your_figma_key"
]
}
}
}
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv sync
python -m figma_mcp.main