Skip to content

Commit 763d915

Browse files
Mohammod Al Amin Ashikits-mash
authored andcommitted
Update Figma definition: rename, fix capabilities, update docs
- Rename community.figma-context → glips.figma-context-npx (GitHub org domain + npx suffix) - Name: "Figma" → "Figma (npx)" - Fix resources: true → false (server only exposes tools) - Category: productivity → design - Documentation: link to official Figma MCP guide - Add changelog_url Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 71160dc commit 763d915

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "../schemas/server-definition.schema.json",
3-
"id": "community.figma-context",
4-
"name": "Figma",
3+
"id": "glips.figma-context-npx",
4+
"name": "Figma (npx)",
55
"alias": "figma",
6-
"description": "Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file via the Framelink MCP server.",
6+
"description": "Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.",
77
"icon": "https://avatars.githubusercontent.com/u/5155369?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools", "productivity"],
9+
"categories": ["developer-tools", "design"],
1010
"tags": ["figma", "design", "ui", "components", "design-tokens", "frontend", "framelink"],
1111

1212
"transport": {
@@ -21,11 +21,11 @@
2121
{
2222
"id": "FIGMA_API_KEY",
2323
"label": "Figma Personal Access Token",
24-
"description": "Personal access token for the Figma API. Generated from your Figma account settings.",
24+
"description": "Personal access token for the Figma API. Generated from your Figma account settings under Settings > Account > Personal access tokens.",
2525
"type": "text",
2626
"required": true,
2727
"secret": true,
28-
"placeholder": "figd_your_personal_access_token_here",
28+
"placeholder": "figd_xxxxxxxxxxxxxxxxxxxx",
2929
"obtain": {
3030
"url": "https://www.figma.com/developers/api#access-tokens",
3131
"instructions": "1. Go to figma.com and log in\n2. Open Settings > Account\n3. Scroll to Personal access tokens\n4. Click 'Generate new token'\n5. Give it a description and copy the token",
@@ -50,15 +50,17 @@
5050
"links": {
5151
"repository": "https://github.com/GLips/Figma-Context-MCP",
5252
"homepage": "https://figma.com",
53-
"documentation": "https://www.figma.com/developers/api"
53+
"documentation": "https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Figma-MCP-server"
5454
},
5555

5656
"platforms": ["all"],
5757

5858
"capabilities": {
5959
"tools": true,
60-
"resources": true,
60+
"resources": false,
6161
"prompts": false,
6262
"read_only_mode": true
63-
}
63+
},
64+
65+
"changelog_url": "https://github.com/GLips/Figma-Context-MCP/releases"
6466
}

0 commit comments

Comments
 (0)