figma-vault runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.
Figma designs pulled once into a local vault; AI agents read them offline with no rate limits
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(process.execPath, [entry, "mcp", "--vault", vaultDir], {
await cp(path.join(source, doc.docId), path.join(target, doc.docId), { recursive: true });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add figma-vault -- npx -y figma-vault
{
"mcpServers": {
"figma-vault": {
"args": [
"-y",
"figma-vault"
],
"command": "npx"
}
}
}
[mcp_servers.figma-vault]
command = "npx"
args = ["-y", "figma-vault"]
{
"mcpServers": {
"figma-vault": {
"args": [
"-y",
"figma-vault"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"figma-vault": {
"args": [
"-y",
"figma-vault"
],
"command": "npx"
}
}
}
Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.
Figma MCP server with full read/write access via plugin bridge — no API token or rate limits.
Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools.
Give AI agents full read & write access to Figma — 50+ tools for design automation
MCP server enabling AI assistants to interact with Figma designs via natural language commands
Figma/FigJam MCP server with read/write via plugin — no API token, no limits. 78 tools.
MCP server that reads local Figma .fig files, fully offline
The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.
Answers built from our own checks of this server.