Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/data/servers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,33 @@ export const servers: MCPServerType[] = [
env: {}
}
},
{
id: "figma-developer-mcp",
name: "Figma",
description: "Give your coding agent direct access to Figma design data, make it way better at one-shotting design implementation.",
publisher: {
id: "glipsman",
name: "Graham Lipsman",
url: "https://github.com/GLips/Figma-Context-MCP",
},
isOfficial: false,
sourceUrl: "https://github.com/GLips/Figma-Context-MCP",
distribution: {
type: "npm",
package: "figma-developer-mcp",
},
license: "MIT",
runtime: "node",
config: {
command: "npx",
args: ["-y", "figma-developer-mcp", "--stdio"],
env: {
"FIGMA_API_KEY": {
description: "Your Figma API access token, get it here: https://www.figma.com/developers/api#access-tokens",
}
}
}
},
{
id: "filesystem-ref",
name: "Filesystem",
Expand Down