
MCP server to provide Figma layout information to AI coding agents like Cursor
MCP server to provide Figma layout information to AI coding agents like Cursor
·
Give Cursor and other AI-powered coding tools access to your Figma files with this Model Context Protocol server.
When Cursor has access to Figma design data, it's way better at one-shotting designs accurately than alternative approaches like pasting screenshots.
Watch a demo of building a UI in Cursor with Figma design data
This MCP server is specifically designed for use with Cursor. Before responding with context from the Figma API, it simplifies and translates the response so only the most relevant layout and styling information is provided to the model.
Reducing the amount of context provided to the model helps make the AI more accurate and the responses more relevant.
Many code editors and other AI clients use a configuration file to manage MCP servers.
The figma-developer-mcp server can be configured by adding the following to your configuration file.
NOTE: You will need to create a Figma access token to use this server. Instructions on how to create a Figma API access token can be found here.
{
"mcpServers": {
"Framelink MCP for Figma": {
"command": "npx",
"args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}{
"mcpServers": {
"Framelink MCP for Figma": {
"command": "cmd",
"args": ["/c", "npx", "-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}Or you can set FIGMA_API_KEY and PORT in the env field.
If you need more information on how to configure the Framelink MCP for Figma, see the Framelink docs.
The Framelink MCP for Figma is simple but powerful. Get the most out of it by learning more at the Framelink site.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add Framelink MCP for Figma -- npx -y figma-developer-mcp --figma-api-key=YOUR-KEY --stdio{
"mcpServers": {
"Framelink MCP for Figma": {
"args": [
"-y",
"figma-developer-mcp",
"--figma-api-key=YOUR-KEY",
"--stdio"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"Framelink MCP for Figma","args":["-y","figma-developer-mcp","--figma-api-key=YOUR-KEY","--stdio"],"command":"npx"}'[mcp_servers.Framelink MCP for Figma]
command = "npx"
args = ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/figma-context-mcp to learn what the "Figma Context MCP" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also,
A Model Context Protocol server for Git repository interaction and automation. This server provides
v0.13.2Release notesv0.13.1Release notesv0.13.0Release notesv0.12.0Release notesv0.11.0Release notesv0.10.1Release notesv0.10.0Release notesv0.9.0Release notesv0.8.1Release notesv0.8.0Release notesv0.7.1Release notesv0.7.0Release notesv0.6.6Release notesv0.6.5Release notesv0.6.4Release notesv0.6.3Release notesv0.6.2Release notesv0.6.1Release notesv0.6.0Release notesv0.5.2Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "figma-context-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also,
Developer Tools
A Model Context Protocol server for Git repository interaction and automation. This server provides
Developer Tools
One email a week. New agents, MCP servers and skills, and what is actually getting traction.