PerSQL / Figma

PerSQL for Figma

A backend for your Figma plugin.

Give your plugin a real database — register a file and read or write structured data keyed to it, without standing up a server.

How it works

1

Connect Figma

Authorize your Figma account and connect it to your PerSQL namespace.

2

Register a file

Map a Figma file to a PerSQL database, keyed by its file key.

3

Read & write

Your plugin queries the database over the API — persistent state, no backend to run.

Register files over MCP

Point an agent at the Figma MCP. figma_register_file maps a file to a database to mirror; figma_install_list shows connected Figma users.

https://figma.persql.com/mcp

Authenticate with a PerSQL bearer token. Tools: figma_install_list, figma_register_file.