Bring your designs straight into your IDE
From design to code in three simple steps
Design your landing page on caramell
Add Caramell MCP to your AI coding tool with your API key.
Fetch your designs and let AI know
Two simple tools to access your Caramell projects
Get your recent Caramell projects
{ limit?: number }Get the code of a specific project
{ projectId: "..." }Get started in under a minute
Go to Settings > MCP and copy your API key.
Add this to your MCP settings file:
{
"mcpServers": {
"caramell": {
"command": "npx",
"args": ["-y", "caramell-mcp-server"],
"env": {
"CARAMELL_API_KEY": "your-api-key"
}
}
}
}Ask your AI assistant to list or view your Caramell projects:
"Show me my Caramell projects"
"Get the code from my latest Caramell landing page"
"Convert my Caramell design to React components"