ai-sdlc-figma-mcp-server
Read-only MCP server that wraps the Figma REST API, providing tools like get file metadata, list frames, and export node image URLs for AI SDLC agents.
README
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
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.