Skip to content

Commit af023c8

Browse files
committed
vibing
1 parent c5a3a86 commit af023c8

File tree

10 files changed

+81273
-32
lines changed

10 files changed

+81273
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "vite build",
8+
"build": "node scripts/build-registry.mjs && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview"
1111
},

public/figma.json

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
{
2+
"servers": [
3+
{
4+
"server": {
5+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
6+
"name": "com.figma.mcp/mcp",
7+
"description": "The Figma MCP server brings Figma design context directly into your AI workflow.",
8+
"title": "Figma MCP Server",
9+
"repository": {
10+
"url": "https://github.com/figma/mcp-server-guide",
11+
"source": "github"
12+
},
13+
"version": "1.0.3",
14+
"remotes": [
15+
{
16+
"type": "streamable-http",
17+
"url": "https://mcp.figma.com/mcp"
18+
}
19+
]
20+
},
21+
"_meta": {
22+
"io.modelcontextprotocol.registry/official": {
23+
"status": "active",
24+
"publishedAt": "2025-10-16T17:40:56.949472Z",
25+
"updatedAt": "2025-10-16T17:40:56.949472Z",
26+
"isLatest": true
27+
}
28+
}
29+
},
30+
{
31+
"server": {
32+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33+
"name": "io.github.GLips/Figma-Context-MCP",
34+
"description": "Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.",
35+
"repository": {
36+
"url": "https://github.com/GLips/Figma-Context-MCP",
37+
"source": "github"
38+
},
39+
"version": "0.6.4",
40+
"packages": [
41+
{
42+
"registryType": "npm",
43+
"identifier": "figma-developer-mcp",
44+
"version": "0.6.4",
45+
"transport": {
46+
"type": "stdio"
47+
},
48+
"packageArguments": [
49+
{
50+
"value": "--stdio",
51+
"type": "positional"
52+
}
53+
],
54+
"environmentVariables": [
55+
{
56+
"description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens",
57+
"isRequired": true,
58+
"format": "string",
59+
"isSecret": true,
60+
"name": "FIGMA_API_KEY"
61+
}
62+
]
63+
}
64+
]
65+
},
66+
"_meta": {
67+
"io.modelcontextprotocol.registry/official": {
68+
"status": "active",
69+
"publishedAt": "2026-02-19T07:05:27.08566Z",
70+
"updatedAt": "2026-02-19T07:05:27.08566Z",
71+
"isLatest": true
72+
}
73+
}
74+
},
75+
{
76+
"server": {
77+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
78+
"name": "io.github.oabolade/figma_mcp_server_actor",
79+
"description": "MCP server enabling AI assistants to interact with Figma designs via natural language commands",
80+
"title": "Figma MCP Server",
81+
"repository": {
82+
"url": "https://github.com/oabolade/figma_mcp_server_actor",
83+
"source": "github"
84+
},
85+
"version": "2.1.0",
86+
"packages": [
87+
{
88+
"registryType": "npm",
89+
"identifier": "@oabolade-pegasus/figma-mcp-server",
90+
"version": "2.1.0",
91+
"transport": {
92+
"type": "stdio"
93+
},
94+
"environmentVariables": [
95+
{
96+
"description": "Figma Personal Access Token for API authentication. Get yours at https://www.figma.com/developers/api#access-tokens",
97+
"isRequired": true,
98+
"format": "string",
99+
"isSecret": true,
100+
"name": "FIGMA_ACCESS_TOKEN"
101+
}
102+
]
103+
}
104+
]
105+
},
106+
"_meta": {
107+
"io.modelcontextprotocol.registry/official": {
108+
"status": "active",
109+
"publishedAt": "2025-12-16T06:06:33.833733Z",
110+
"updatedAt": "2025-12-16T06:06:33.833733Z",
111+
"isLatest": true
112+
}
113+
}
114+
}
115+
],
116+
"metadata": {
117+
"count": 3,
118+
"filter": "figma",
119+
"generatedAt": "2026-02-25T18:41:04.545Z"
120+
}
121+
}

0 commit comments

Comments
 (0)