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>
This commit is contained in:
ericzakariasson
2026-02-11 12:49:16 -08:00
parent 52dec59ae4
commit a65002e3a4
2 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -11,6 +11,5 @@
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "./icon.svg",
"keywords": ["figma", "design", "mcp", "collaboration"],
"mcpServers": "./mcp.json"
"keywords": ["figma", "design", "mcp", "collaboration"]
}
+4 -5
View File
@@ -1,8 +1,7 @@
{
"name": "Figma",
"description": "Design and collaboration platform for teams.",
"transport": ["sse"],
"config": {
"url": "https://mcp.figma.com/mcp"
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}