Color Palette Generator MCP App
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Color Palette Generator MCP AppGenerate a complementary palette for #3498db"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Color Palette Generator MCP App
AIチャット内にインタラクティブなカラーパレット生成UIを埋め込むMCP Appです。
セットアップ
pnpm installRelated MCP server: MCP Color Converter
起動方法
# UIビルド + サーバー起動
pnpm startサーバーが http://localhost:3001/mcp で起動します。
開発モード(ホットリロード)
pnpm devClaude Desktopへの接続
~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します。
{
"mcpServers": {
"color-palette": {
"command": "/opt/homebrew/bin/npx",
"args": ["tsx", "/path/to/mcp-apps/main.ts", "--stdio"]
}
}
}設定後、Claude Desktopを再起動してください。
HTTP経由で接続する場合
pnpm serveで起動後、http://localhost:3001/mcp に接続します。
動作確認(curl)
# initializeリクエスト
curl -X POST http://localhost:3001/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}'
# パレット生成
curl -X POST http://localhost:3001/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"generate-palette","arguments":{"baseColor":"#3498db","paletteType":"analogous"}}}'ツール
ツール名 | 説明 |
| ベースカラーからパレットを生成(complementary, analogous, triadic, monochromatic, split-complementary) |
| 2色間のWCAGコントラスト比を計算 |
新しいMCP Appプロジェクトを作る
このプロジェクトの構成をベースに、新しいMCP Appをスキャフォールドするスキルを用意しています。
Claude Code上で以下を実行してください。
/skill dev_init-mcp-app my-new-appサーバー・クライアント・Viteバンドル・デュアルトランスポート(stdio + HTTP)の雛形が一括生成されます。
技術スタック
@modelcontextprotocol/ext-apps 1.0.1
@modelcontextprotocol/sdk 1.26.0
zod 4.x
Vite + vite-plugin-singlefile
TypeScript
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables checking WCAG color contrast ratios and accessibility compliance between color pairs. Helps determine optimal text colors for backgrounds and validates color combinations meet accessibility standards.Last updated302MIT
- Alicense-qualityDmaintenanceA comprehensive toolkit for color conversion, manipulation, and accessibility analysis supporting formats like OkLCH and WCAG compliance. It enables AI agents to manage design systems by generating harmonious palettes, transforming color spaces, and performing contrast checks.Last updated2MIT
- Alicense-qualityAmaintenanceExtract palettes from images, generate harmonies, gradients, random palettes; Check WCAG and APCA contrast; Suggest nearest passing OkLCH lightness; Simulate color-blindness; Convert and sort colors across formats (hex / RGB / HSL / OkLCH / …)Last updatedMIT
- AlicenseAqualityDmaintenanceEnables AI assistants to analyze design images for composition, color harmony, typography, and accessibility compliance with actionable recommendations.Last updated66MIT
Related MCP Connectors
Renders interactive Chart.js charts and dashboards inline in AI conversations.
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
Color API MCP — wraps thecolorapi.com (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanzochang/mcp-apps-sample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server