DEV Community

2x lazymac
2x lazymac

Posted on

How to Use the Color Palette Generator API — Free REST + MCP Server

How to Use the Color Palette Generator API — Free REST API + MCP Server

Need to generate harmonious color palettes from any color? Here's a production-ready API you can use right now.

Quick Start

curl https://api.lazy-mac.com/color-palette/
Enter fullscreen mode Exit fullscreen mode

What It Does

Color Palette Generator API provides generate harmonious color palettes from any color via a simple REST API. It also works as an MCP server for AI coding assistants like Claude and Cursor.

Features

  • 🔗 REST API with JSON responses
  • 🤖 MCP server support (Claude, Cursor, Windsurf)
  • 🆓 No API key needed for free tier
  • ⚡ Low latency, high availability

Use as MCP Server

Add to your Claude or Cursor config:

{
  "mcpServers": {
    "color-palette": {
      "url": "https://api.lazy-mac.com/color-palette/mcp"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Pricing

Tier Requests/mo Price
Free 100 $0
Pro 10,000 $9/mo
Business Unlimited $49/mo

Get Access


Part of the lazymac API Hub — 22 production-ready APIs built on a single Mac Mini.

Top comments (0)