caramell-mcp-server
v1.0.1
Published
MCP server for Caramell - Beautiful landing page generator
Maintainers
Readme
caramell-mcp-server
Caramell MCP Server - Access your Caramell projects from any AI coding tool.
Installation
Add to your MCP settings (Claude Code, Cursor, Windsurf, VS Code):
{
"mcpServers": {
"caramell": {
"command": "npx",
"args": ["-y", "caramell-mcp-server"],
"env": {
"CARAMELL_API_KEY": "your-api-key"
}
}
}
}Get API Key
- Go to caramell.app/settings/mcp
- Sign in and copy your API key
Tools
list_projects
Get your recent Caramell projects.
Input: { limit?: number } // default: 10, max: 20
Output: List of projects with id, name, createdAtview_project
Get the code of a specific project.
Input: { projectId: string }
Output: Project name, HTML code, preview URLWorkflow
- Create a landing page at caramell.app
- Use
list_projectsto see your projects - Use
view_projectto get the code - Integrate into your project (React, Next.js, Vue, etc.)
Built by the Caramell team
