Install daisyUI Blueprint MCP server for OpenCode.
Get a Blueprint license key.
Install OpenCode CLI if you haven't already.
npm install -g opencode-aiCreate or edit opencode.json in your project root and add the Blueprint MCP configuration.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"daisyui-blueprint": {
"type": "local",
"command": ["npx", "-y", "daisyui-blueprint@latest"],
"enabled": true,
"environment": {
"LICENSE": "YOUR_LICENSE_KEY",
"EMAIL": "YOUR_EMAIL",
"FIGMA": "YOUR_FIGMA_API_KEY (optional)"
}
}
}
}After configuring the server, tell the AI model to use Blueprint MCP.
Next: Setup the Figma API