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

TrustLog Dynamics: Python Daemon Uses Bond Math to Kill Rogue AI Agents
TrustLog Dynamics is a Python daemon that monitors AI agent API costs in real time and terminates processes using two quantitative finance methods: convexity detection for accelerating costs and zero-variance detection for mechanical loops.

Elodin Open-Sources AI Racing Harness with Real-Time Betaflight Simulation for AI Grand Prix Contestants
Elodin released an open-source simulation harness for the AI Grand Prix virtual qualifier, matching competition constraints and running against real Betaflight. The Rust/Bevy-based tool generates camera sensor samples directly in the loop, avoiding heavy game engine overhead.

StartClaw: A headless browser automation tool built on ZeroClaw with Claude integration
StartClaw is a browser automation tool built on ZeroClaw's Rust base with Composio v3 for integrations, designed to run headless in the cloud without requiring local hardware. It uses Claude exclusively for reliability and includes built-in context compaction that reduces token usage by ~5x.

Claude Code Adds Remote Control Feature for Mobile Session Management
Claude Code now allows developers to start tasks in their terminal and continue controlling sessions from mobile devices via the Claude app or claude.ai/code while Claude runs locally on their machine.