Skip to content

Commit 9d85954

Browse files
bfoss765claude
andcommitted
chore: add MCP server config for Figma integration
Adds shared .mcp.json so all developers using Claude Code can connect to the Figma Dev Mode MCP server out of the box. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f800fc4 commit 9d85954

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"mcpServers": {
3+
"figma-dev-mode-mcp-server": {
4+
"command": "npx",
5+
"args": ["-y", "@figma/mcp-server-figma-dev-mode"],
6+
"description": "Figma Dev Mode MCP server for extracting design specifications, code, and images from Figma files"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)