mcp-ui-color-palette

a-ng-d/mcp-ui-color-palette
★ 3 stars TypeScript AI/LLM Updated today
A Model Context Protocol (MCP) server built on Cloudflare Workers using the Agents SDK (McpAgent + Durable Objects) that exposes the UI Color Palette API as tools for AI agents and LLMs.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ui-color-palette": {
      "command": "npx",
      "args": [
        "-y",
        "a-ng-d/mcp-ui-color-palette"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server built on Cloudflare Workers using the [Agents SDK](https://developers.cloudflare.com/agents/) (`McpAgent` + Durable Objects) that exposes the UI Color Palette API as tools for AI agents and LLMs. Streamable HTTP at `/mcp` (supports both SSE and Streamable HTTP transports).

Tools (17)

API_URLbasecreate_color_harmonyextract_dominant_colorsgenerate_codegenerate_colors_from_promptget_color_systemget_paletteget_published_palettelist_my_published_paletteslist_published_palettespublish_paletteshare_published_palettethemesunpublish_paletteunshare_published_paletteupdate_published_palette

Topics

mcpmcp-serverui-color-palette