diff --git a/mcp.json b/mcp.json new file mode 100644 index 0000000..dbfeb4c --- /dev/null +++ b/mcp.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json", + "mcpServers": { + "figma": { + "type": "streamable-http", + "url": "https://mcp.figma.com/mcp" + } + } +} diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..473102e --- /dev/null +++ b/plugin.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", + "name": "figma", + "description": "Plugin that includes the Figma MCP server and Skills for common workflows.", + "version": "2.2.87", + "author": { + "name": "Figma", + "url": "https://www.figma.com" + }, + "homepage": "https://github.com/figma/mcp-server-guide", + "repository": "https://github.com/figma/mcp-server-guide", + "keywords": [ + "figma", + "design", + "mcp", + "ui", + "code-connect" + ] +}