Skip to content

Commit 08a401e

Browse files
committed
feat: add figma mcp
1 parent 87be054 commit 08a401e

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

resources/mcphub/servers.example.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,39 @@
127127
},
128128
"chrome-devtools": {
129129
"command": "npx",
130-
"args": ["chrome-devtools-mcp@latest"]
130+
"args": [
131+
"chrome-devtools-mcp@latest"
132+
]
131133
},
132134
"shadcn": {
133135
"command": "npx",
134-
"args": ["shadcn@latest", "mcp"]
136+
"args": [
137+
"shadcn@latest",
138+
"mcp"
139+
]
140+
},
141+
"framelink-figma": {
142+
"command": "npx",
143+
"args": [
144+
"-y",
145+
"figma-developer-mcp",
146+
"--figma-api-key=YOUR-KEY",
147+
"--stdio"
148+
]
135149
},
136-
"framelink-figma": {
150+
"context7": {
151+
"type": "stdio",
137152
"command": "npx",
138-
"args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
153+
"args": [
154+
"-y",
155+
"@upstash/context7-mcp@latest"
156+
]
157+
},
158+
"docker-mcp": {
159+
"command": "uvx",
160+
"args": [
161+
"docker-mcp"
162+
]
139163
}
140164
},
141165
"nativeMCPServers": []

0 commit comments

Comments
 (0)