Skip to content
Cursor

figma mcp rust for Cursor

io.github.alvinindra/figma-mcp-rust

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

client:Cursor transport:stdio runtime:npm

Install figma mcp rust in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figma mcp rust in other clients