Loading MCP server directory, please wait...
MCP server enabling AI assistants to interact with Figma designs via natural language commands
npx @getmcp/cli add io.github.oabolade/figma_mcp_server_actorRequires Node.js 18+. Community-contributed server. Review source before installing.
FIGMA_ACCESS_TOKENFigma Personal Access Token for API authentication. Get yours at https://www.figma.com/developers/api#access-tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oabolade/figma_mcp_server_actor": {
"command": "npx",
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": ""
}
}
}
}