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
Gigacatalyst: Embed an AI Builder in Your SaaS to Let Users Create Custom Workflows
Gigacatalyst lets you embed an AI-powered app builder into your SaaS. Non-technical users describe workflows in natural language, and the system generates governed apps using your APIs, data model, and design system — with auth, tenant isolation, and version control built in.

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training
A new toolkit finds 'reasoning circuits' in transformer models - contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicating these blocks (layers 12-14 in Devstral-24B) improves logical deduction from 0.22 to 0.76 on BBH benchmarks with no weight changes or training.

Chrome Skills: Save and Reuse AI Prompts as One-Click Tools
Google's Chrome Skills feature lets users save AI prompts as reusable workflows that run with a single click on any webpage. Skills can be accessed by typing forward slash (/) or clicking the plus sign (+) in Gemini in Chrome.

Orloj: Declarative Orchestration Runtime for Multi-Agent AI Systems
Orloj v0.1.0 is an open-source orchestration runtime that lets you define AI agents, tools, policies, and workflows in YAML manifests with GitOps. It handles scheduling, execution, governance, and reliability for production multi-agent systems.