Cloud Infrastructure
Trust: 34/100 (Limited)Figma MCP Server Guide
MCP server enabling AI assistants to interact with Figma designs via natural language commands
1 starsby oabolade
Quick Start
Install
npx @oabolade-pegasus/figma-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-oabolade-figma-mcp-server-actor": {
"command": "npx",
"args": [
"@oabolade-pegasus/figma-mcp-server"
]
}
}
}