MCP Server
MCP
io.github.compassalessandrolorenz/Figma-Context-MCP-AIR
Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "figma-context-mcp-air",
"version": "2.0.2",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FIGMA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment