packages/docs/src/routes/(routes)/blueprint/cursor/+page.md
Get a Blueprint license key.
Option 1: Automatic setup
Click the button below to automatically install in Cursor.
<div class="bg-base-200 border-base-content/10 my-6 flex items-center justify-center rounded border py-8 not-prose"> <a class="btn btn-neutral" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer" href="https://cursor.com/en-US/install-mcp?name=daisyui-blueprint&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImRhaXN5dWktYmx1ZXByaW50QGxhdGVzdCJdLCJlbnYiOnsiTElDRU5TRSI6IiIsIkVNQUlMIjoiIiwiRklHTUEiOiIifX0=">Install MCP Server
On the MCP settings page, set:
LICENSE: Your Blueprint license keyEMAIL: Your email addressFIGMA: Your Figma API key (optional)Option 2: Manual setup
In Cursor press <kbd class="kbd kbd-sm">⌘ CMD</kbd> + <kbd class="kbd kbd-sm">⇧ Shift</kbd> + <kbd class="kbd kbd-sm">P</kbd>, or <kbd class="kbd kbd-sm">Ctrl</kbd> + <kbd class="kbd kbd-sm">Shift</kbd> + <kbd class="kbd kbd-sm">P</kbd>, search for MCP: Open MCP Settings, and add this configuration to mcp.json:
{
"mcpServers": {
"daisyui-blueprint": {
"type": "stdio",
"command": "npx",
"args": ["-y", "daisyui-blueprint@latest"],
"env": {
"LICENSE": "YOUR BLUEPRINT LICENSE KEY",
"EMAIL": "YOUR EMAIL ADDRESS",
"FIGMA": "YOUR FIGMA API KEY (optional)"
}
}
}
}
After configuring the server, tell the AI model to use Blueprint MCP.
<a href="/blueprint/figma/" class="btn btn-sm rounded-full not-prose">Next: Setup the Figma API</a>