MCP server feeding live design tokens from real products to LLM agents
An MCP server that provides structured design tokens (colors, typography, spacing, etc.) extracted from live DOM of real products like Linear and Supabase. LLM code agents use these tokens via MCP to generate UI that matches a specific product's design system, avoiding generic outputs. Solves the problem of agents producing bland, average UI by giving them concrete design references.
Entities
Related
MCP server to generate App Store screenshot mockups from raw screenshots
An open-source MCP server that takes raw app screenshots and produces App Store-ready preview images. It uses Claude to analyze app colors, propose themes and captions, and renders framed, captioned mockups (1284x2778) ready for upload to App Store Connect. Built for developers who need to create App Store preview images without manual design work.
MCP server that generates App Store mockups from raw screenshots
An MCP server that takes raw app screenshots and generates framed, captioned preview images ready for App Store Connect. It uses Claude/Cursor to analyze app colors, propose themes and captions, and renders 1284x2778 images with procedural iPhone frames via Pillow.
MCP server for multi-agent interface contract negotiation
An MCP server that enables multiple AI agents working on the same codebase to share interface contracts and negotiate API changes in real time. It solves the problem of agents building against stale interfaces by alerting dependent agents when a contract changes, reducing merge conflicts.
On-device Android AI agent with MCP server for UI control
Aura is an on-device AI agent for Android that can interact with the phone's UI — tapping, typing, scrolling, launching apps, and navigating — using its own on-device MCP server. It uses LLMs to interpret commands and execute actions via MCP tools. The MCP server is also accessible to external clients like Claude Code, enabling remote control of the Android device. This solves the problem of automating phone tasks without cloud dependency.
AI coding agent creates real cloud infra behind dry-run + confirm
An MCP tool plugin for AI coding agents (Claude Code, Cursor) that provisions real cloud infrastructure (databases, auth, storage, hosting) on the user's cloud account. The agent creates projects, wires keys, and writes integration code, but requires a dry-run preview and explicit confirmation before any paid resource is created. Solves the trust and cost-control problem of letting AI directly manage cloud resources.


