Fudge MCP launched on July 13, giving AI coding agents something they usually lack: design taste grounded in real websites. Instead of asking a model to invent "modern, premium" styling from scratch, Fudge lets an agent search nearly 10,000 real sites by fonts, colors, components, layouts, and visual similarity, then pull concrete design tokens into the code it writes.
Try It: Wire Fudge Into Your Coding Agent
Fudge runs locally as a Model Context Protocol server, so any MCP-compatible client can call it. Point your agent at the Fudge server, then prompt it to match a reference, for example "build a pricing page with the type scale and spacing of a clean SaaS landing page." The agent queries Fudge, gets measured fonts, palettes, and layout patterns from real sites, and applies them instead of guessing hex codes. A companion Chrome extension lets you save references you like so the agent can reuse them later.
Why It Matters for Creators
The weakest part of agent-generated UI is usually visual judgment. Models default to generic gradients and placeholder spacing because they have no reference to anchor to. Fudge closes that gap by feeding agents evidence from sites that already look good. For anyone shipping front-ends with tools like Cursor or Claude Code, that means fewer rounds of "make it look less AI-generated" and more first drafts that pass a design review.
Key Details
What it is: A design reference engine exposed as a local MCP server, from maker Simdi Jinkins.
Index: Nearly 10,000 real websites, searchable by fonts, colors, components, layouts, page types, and visual similarity.
Output: Measured design tokens plus screenshots, not vague adjectives.
Launch: Debuted on Product Hunt on July 13, 2026, with a Chrome extension for saving references.
What to Do Next
Install the server from the Fudge MCP page and connect it to your agent, then try rebuilding a component you were unhappy with by referencing a site whose look you admire. It pairs naturally with other MCP servers, like the content-studio approach in our coverage of Broll's MCP for coding agents.