What?
MCP (Model Context Protocol) Servers are used to add additional functionality to AI agents. An MCP server provides a standardized interface for AI agents to interact with various tools, resources, and data
Why?
Automate workflows, perform actions, and grab additional context to enhance AI agent capabilities.
How?
Most agents support JSON config for MCP servers.
Figma (Framelink)
"mcpServers": {
"Framelink Figma MCP": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--figma-api-key=API-KEY",
"--stdio"
]
}
}where API-KEY is can be found in Figma under your account > Security > Personal Access Tokens > Generate new token.
Prompt(s)
Implement this for me ${DESIGN-LINK}