ai-sdlc-figma-mcp-server

vjackk/ai-sdlc-figma-mcp-server
★ 0 stars JavaScript API Integration Updated 2d ago
Minimal read-only MCP server wrapping the Figma REST API, for the ai-sdlc-bootstrap's figma provider
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-sdlc-figma-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "vjackk/ai-sdlc-figma-mcp-server"
      ]
    }
  }
}

README Excerpt

A small, read-only [MCP](https://modelcontextprotocol.io) server that wraps the Figma REST API, so an AI SDLC agent gets real MCP tools instead of hand-constructing authenticated HTTP calls. Built for the `mcp_rest` connector, but has no dependency on the bootstrap itself — the only project-local file it reads is a consuming project's `ai-sdlc.yml`.

Tools (4)

figma_get_commentsfigma_get_file_metadatafigma_get_nodefigma_list_top_level_frames