Files
cursor__plugins/figma/mcp.json
T
ericzakariasson a65002e3a4 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>
2026-02-11 12:49:16 -08:00

8 lines
88 B
JSON

{
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}