Tokven MCP generates complete design token systems from a single hex color

Tokven MCP is a Model Context Protocol tool that generates a complete design token system from a single brand hex color. The developer built it to solve the repetitive task of manually deriving color systems for new projects.
How it works
You provide Claude with your brand hex color, and the tool derives the entire system including:
- Surfaces
- Borders
- Text hierarchy
- Shadows
- Light and dark modes
The system automatically validates WCAG contrast compliance.
Development and availability
The developer built the tool with Claude Code over approximately two weeks. There are two ways to use it:
- Browser version: Free to try at
tokven.dev - Claude Code MCP: Install via
npm i tokven-mcp
This type of tool is useful for developers and designers who need consistent, accessible color systems without manual calculation. MCP tools extend Claude's capabilities by providing structured data and functionality.
📖 Read the full source: r/ClaudeAI
👀 See Also

cc-session-utils: TUI Dashboard for Managing Claude Code Sessions and Costs
A developer built cc-session-utils, a terminal UI tool for managing Claude Code session files, tracking costs by model, cleaning orphaned sessions, and migrating data between projects. It requires Python 3.11+ and is built with Textual.

Blip MCP Server: Draw UI Changes for Claude Code Instead of Describing Them
Blip is an MCP server for Claude Code that replaces verbal UI change descriptions with visual annotations. You draw directly on your running application, and Claude writes the corresponding code based on the annotated screenshot.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

Deblank: Tool to Strip Code Formatting for LLM Token Reduction
Deblank is an open-source tool that strips code formatting (indentation, whitespace, line breaks) before sending to LLMs, reducing tokens by ~30% for Java/C++ and ~9% for Python with ~76ms latency. It supports Python, Java, C/C++, C#, JS/TS, and Go.