cyberuni/cyber-figma
v0.0.0MIT
Figma CLI and MCP server for AI agents
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
cyber-figmastdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cyber-figma",
"mcp"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "cyber-figma",
"version": "0.0.0",
"description": "Figma CLI and MCP server for AI agents",
"author": { "name": "unional" },
"homepage": "https://github.com/cyberuni/cyber-figma",
"repository": "https://github.com/cyberuni/cyber-figma.git",
"license": "MIT",
"keywords": ["figma", "mcp", "cli", "agent", "design"]
}