ai-sdlc-figma-mcp-server
Provides read-only tools to interact with the Figma REST API, enabling AI agents to retrieve file metadata, list top-level frames, get node details, fetch comments, and export node image URLs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-sdlc-figma-mcp-servershow me the top-level frames in the current Figma file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ai-sdlc-figma-mcp-server
A small, read-only MCP 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
ai-sdlc-bootstrap's figma provider's
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.
No Figma Desktop, no Dev Mode, no http://127.0.0.1 dependency — just a
FIGMA_ACCESS_TOKEN and providers.figma.target.file_key, read live from the calling
project's ai-sdlc.yml at call time (never baked into .mcp.json).
Read-only: every tool issues a GET, nothing else exists to call.
Tools
figma_get_file_metadatafigma_list_top_level_framesfigma_get_nodefigma_get_commentsfigma_export_node_image_url
Related MCP server: figma-mcp-write-server
Usage
Run directly via npx — this is how a generated .mcp.json invokes it:
{
"mcpServers": {
"figma": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:vjackk/ai-sdlc-figma-mcp-server"],
"env": {
"FIGMA_ACCESS_TOKEN": "${FIGMA_ACCESS_TOKEN}"
}
}
}
}Requires ai-sdlc.yml to exist somewhere at or above the process's working directory,
with:
providers:
figma:
enabled: true
target:
file_key: <figma-file-key>Versioning
Tagged releases (vX.Y.Z) are what the ai-sdlc-bootstrap's provider template should
pin to, once this repository has any — npx github:owner/repo#<tag> resolves a
specific version; the bare form above tracks the default branch.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the Figma REST API, auto-generated using AG2's MCP builder.Last updated1
- Flicense-qualityDmaintenanceAn MCP server that provides write access to Figma through the Plugin API, enabling AI agents to create, modify, and manage Figma designs programmatically.Last updated23
- Alicense-qualityCmaintenanceRead-only Figma MCP server that enables design-to-code workflows by talking to the Figma REST API with a personal access token, for use with Claude Code and GitHub Copilot.Last updated3,311MIT
- Flicense-qualityDmaintenanceMCP server for the Figma API. Lets AI agents fetch designs, nodes, and rendered images from Figma.Last updated3,311
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vjackk/ai-sdlc-figma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server