Behr Colormapper MCP
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., "@Behr Colormapper MCPmatch #FF6B6B to the closest Behr paint"
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.
Behr Colormapper MCP
A public, stateless MCP server that converts digital sRGB colors into the nearest Behr paint colors and searches Behr colors by code or name. Matching uses CIEDE2000 perceptual distance in CIE Lab space.
MCP endpoint
https://behr-colormapper.coryking.workers.dev/mcp
The endpoint uses Streamable HTTP with JSON responses and requires no authentication. The Worker root is reserved for a human-facing project page.
Related MCP server: color-engine
Tools
behr_match_paintaccepts#RGB,#RRGGBB,rgb(r,g,b), barer,g,b, andhsl(h,s%,l%). It returns canonical RGB, hex, and Lab input values plus nearest Behr colors ranked by CIEDE2000 delta E.behr_search_colorssearches exact or partial Behr codes and names, ranking exact codes first.
Both tools exclude archived colors unless include_archived is true. Their Zod contracts provide MCP input/output JSON Schemas. They are marked read-only, non-destructive, idempotent, and closed-world.
Published screen colors approximate physical paint. Confirm consequential choices with a physical sample under the intended lighting.
Catalog source
data/behr.json is the normalized runtime catalog. Its metadata records the source URL, retrieval date, and catalog counts. src/colormapper/refresh.py is the authoritative definition of the Behr source and normalization rules.
Refresh and validate the checked-in snapshot:
uv sync --group refresh
uv run --group refresh behr-colormapper-refresh
uv run pytest
cd worker && npm testThe runtime never contacts Behr.
Deployment
Pushes to main that affect the Worker, catalog, smoke test, or workflow run tests and deploy through GitHub Actions. The repository requires:
Actions secret
CLOUDFLARE_API_TOKENwith Workers Scripts → Edit permissionActions variable
CLOUDFLARE_ACCOUNT_ID
Run locally with cd worker && npm install && npm run dev.
License
Code is MIT licensed. Behr color names, codes, and catalog data belong to their respective owner and are included as factual compatibility data.
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 Connectors
Developer utilities: color conversion, WCAG contrast, timestamps, UUIDs, and hashing.
Provides YouCam API for skin, face & body analysis, beauty/makeup try-on, and hair & beard styling.
Search books and authors, fetch editions, browse subjects, and resolve cover images.
Read-only tools over an independently vetted catalog of non-toxic home and baby products.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive color conversion, manipulation, analysis, and WCAG accessibility tools supporting multiple formats (hex, rgb, hsl, oklch, oklab) for design systems and web development.312MIT
- AlicenseAqualityCmaintenanceProvides CSS color utilities including parsing, conversion, gamut mapping, WCAG contrast, tint/shade ramp generation, and contrast-target solving.660MIT
- AlicenseNot gradedqualityDmaintenanceA simple color utility MCP server for frontend developers. Convert, mix, adjust, and analyze colors right from your AI agents.23MIT
- AlicenseNot gradedqualityCmaintenanceWraps thecolorapi.com to provide color data and information through MCP, with no authentication required.10MIT
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/coryking/colormapper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server