Skip to content

Commit 0a0d4b1

Browse files
committed
MCP FIGMA
1 parent fe4d8a1 commit 0a0d4b1

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ ios/Runner.xcodeproj/project.pbxproj
4848
ios/Podfile.lock
4949

5050
# FVM Version Cache
51-
.fvm/
51+
.fvm/
52+
53+
# Environment variables (contains secrets)
54+
.env

mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"figma-mcp": {
3+
"command": "npx",
4+
"args": ["figma-mcp"],
5+
"env": {
6+
"FIGMA_API_KEY": "${FIGMA_API_KEY}"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)