Create .clauderc File
Create or update .clauderc in your project directory with the following configuration:
{
"mcpServers": {
"figma-smart-image": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sse",
"https://figma-smart-image-mcp-production.up.railway.app/mcp"]
}
}
}