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

Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features
Orc is an open-source tool that orchestrates AI coding agents across projects with a local TUI interface. The latest release adds planning as a first-class phase, notification systems for human intervention, and natural language lifecycle hooks.

Repo Tokens: GitHub Action Adds Token Count Badge for LLM Context Window Awareness
Repo Tokens is a GitHub Action that counts your codebase's size in tokens using tiktoken and displays a badge in your README showing what percentage of an LLM's context window it fills. The badge uses green for under 30%, yellow for 50-70%, and red for 70%+.

Rails-AI-Context Gem Provides Claude Code with Complete Rails App Model via MCP
The rails-ai-context gem auto-introspects Rails applications and exposes 39 tools via MCP, allowing Claude Code to query specific app details like schema with encrypted columns, model associations, routes, Stimulus wiring, and Turbo mappings instead of reading entire files.

Zikra: Self-Hosted MCP Memory Server for Claude Code, Cursor, and Codex
Zikra is a self-hosted MCP memory server that automatically saves every decision, error, and requirement when Claude Code sessions end via a Stop hook, creating a shared memory pool accessible across tools and team members.