Skip to content
VS Code

figma mcp rust for VS Code

io.github.alvinindra/figma-mcp-rust

Figma MCP server in Rust: plugin bridge, no API token, no rate limits, 73 tools.

client:VS Code transport:stdio runtime:npm

Install figma mcp rust in VS Code

.vscode/mcp.json

{
  "servers": {
    "figma-mcp-rust": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alvinindra/figma-mcp-rust"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

figma mcp rust in other clients