Skip to content

Commit a65002e

Browse files
Fix MCP config to use standard Cursor mcp.json format
Use the mcpServers key with url for SSE transport, matching the plugin-template convention. Remove explicit mcpServers path from plugin.json since mcp.json is discovered automatically. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 52dec59 commit a65002e

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

figma/.cursor-plugin/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"repository": "https://github.com/cursor/plugins",
1212
"license": "MIT",
1313
"logo": "./icon.svg",
14-
"keywords": ["figma", "design", "mcp", "collaboration"],
15-
"mcpServers": "./mcp.json"
14+
"keywords": ["figma", "design", "mcp", "collaboration"]
1615
}

figma/mcp.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "Figma",
3-
"description": "Design and collaboration platform for teams.",
4-
"transport": ["sse"],
5-
"config": {
6-
"url": "https://mcp.figma.com/mcp"
2+
"mcpServers": {
3+
"figma": {
4+
"url": "https://mcp.figma.com/mcp"
5+
}
76
}
87
}

0 commit comments

Comments
 (0)