zfinix/figma-bridge
v0.1.0
Full read/write access to the Figma desktop app over the Plugin API: execute code, screenshot the canvas, walk the node tree
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
figmastdio
{
"type": "stdio",
"command": "bun",
"args": [
"${PLUGIN_ROOT}/server/index.ts"
]
}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": "figma-bridge",
"version": "0.1.0",
"description": "Full read/write access to the Figma desktop app over the Plugin API: execute code, screenshot the canvas, walk the node tree"
}