Skip to content

Commit 5d2c1e1

Browse files
Mohammod Al Amin Ashikits-mash
authored andcommitted
Add Figma official HTTP MCP server definition
Official hosted endpoint at https://mcp.figma.com/mcp with OAuth auth. Code generation from designs, design context extraction, Code Connect, FigJam content access, browser-to-Figma live capture. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 763d915 commit 5d2c1e1

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

servers/com.figma-mcp.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.figma-mcp",
4+
"name": "Figma",
5+
"alias": "figma-http",
6+
"description": "Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.",
7+
"icon": "https://avatars.githubusercontent.com/u/5155369?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"design"
12+
],
13+
"tags": [
14+
"figma",
15+
"design",
16+
"ui",
17+
"code-generation",
18+
"components",
19+
"design-system"
20+
],
21+
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.figma.com/mcp",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
30+
"auth": {
31+
"type": "oauth",
32+
"instructions": "Connect via OAuth when prompted. Your browser will open to authorize access to your Figma account. Requires a Figma account with Dev or Full seat on Professional/Organization/Enterprise plan for full rate limits."
33+
},
34+
35+
"contributor": {
36+
"name": "Figma",
37+
"github": "figma",
38+
"url": "https://www.figma.com"
39+
},
40+
41+
"links": {
42+
"repository": "https://github.com/figma/mcp-server-guide",
43+
"homepage": "https://www.figma.com",
44+
"documentation": "https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Figma-MCP-server"
45+
},
46+
47+
"platforms": [
48+
"all"
49+
],
50+
51+
"capabilities": {
52+
"tools": true,
53+
"resources": false,
54+
"prompts": false,
55+
"read_only_mode": true
56+
}
57+
}

0 commit comments

Comments
 (0)