Allow your AI coding agents to access figma files & prototypes directly
Project description
Figma MCP Python
Allow your AI coding agents to access Figma files & prototypes directly. You can DM me for any issues / improvements: https://x.com/jasonzhou1993
Quick Installation with pipx
pipx install figma-mcp
For Cursor:
- In settings, add an MCP server using the command:
figma-mcp --figma-api-key=your_figma_key
- OR Add a
.cursor/mcp.jsonfile in your project:
{
"mcpServers": {
"figma-python": {
"command": "figma-mcp",
"args": [
"--figma-api-key=your_figma_key"
]
}
}
}
For other IDEs like Windsurf, use an MCP configuration file (e.g., mcp_config.json):
{
"mcpServers": {
"figma-python": {
"command": "figma-mcp",
"args": [
"--figma-api-key=your_figma_key"
]
}
}
}
Install uv and set up the environment
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv sync
Test locally
python -m figma_mcp.main
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
figma_mcp-0.1.3.tar.gz
(6.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file figma_mcp-0.1.3.tar.gz.
File metadata
- Download URL: figma_mcp-0.1.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fdf6b58a79c229a2475ccdedfd260e509e1243a6f3b01f858282921e2407724
|
|
| MD5 |
2999750f0c55e49797541e4737372358
|
|
| BLAKE2b-256 |
19da3c2eb3f59f4551b03e875d21d1575a5a1ab1e1264cd84514dff9a9cd6126
|
File details
Details for the file figma_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: figma_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a4d075c504a5338a3726550cafda629912d928c9016f2219f87193d021daf35
|
|
| MD5 |
b612a05c053a0519c8a344b0185f709e
|
|
| BLAKE2b-256 |
dc13091599cf59045b596dcdf969640af8018956549ea9679cb3241ff96d7422
|