Alcheon
@use-alcheon
Alcheon is an MCP server that gives AI coding agents access to a curated library of 100+ analyzed real-world design systems, letting them recommend reference sites, synthesize design briefs with spacing and color tokens, and generate section-level UI guidance — so AI-built interf
概览
What is Alcheon?
Alcheon is a Model Context Protocol server that provides design intelligence capabilities for AI-assisted UI development. It gives coding agents access to a curated corpus of 100+ analyzed production websites, so they can ground generated interfaces in real design DNA rather than generic defaults.
How to use Alcheon?
The easiest way is to add the hosted HTTP endpoint directly to your MCP client config — no install required. Point your client at https://api.alcheon.dev/mcp and you're connected instantly. For stdio-based clients, install via Smithery or clone the repo and run npm install && npm run build && npm start.
Key features of Alcheon
- Curated corpus of 100+ scraped and analyzed production websites.
- Design brief synthesis for spacing, typography, and color token strategies.
- Section-level guidance for UI patterns: hero, pricing, testimonials, and more.
- Hosted and managed — no infrastructure to run, always up to date.
- Free to start with no account required; optional API key for higher limits.
Use cases of Alcheon
- Building landing pages and marketing sites that feel intentional and polished.
- Discovering reference sites matching a target aesthetic before generating UI.
- Generating reusable design token sets grounded in real production design systems.
- Improving the visual quality of any AI coding workflow that produces frontend interfaces.
FAQ from Alcheon
Does Alcheon MCP require an account?
No. It works immediately with no signup. Add a free API key at alcheon.dev/get-key to unlock higher rate limits.
Is Alcheon MCP free to use?
Yes, there is a free tier with generous limits. A free API key increases those limits further, and optional credit packs are available for heavy usage. Credits never expire.
What MCP clients does Alcheon work with?
Any MCP-compatible client: Cursor, Claude Desktop, Windsurf, GitHub Copilot, Continue, and any custom MCP client that supports HTTP or stdio transport.
Does Alcheon require me to run anything locally?
No. The hosted endpoint at api.alcheon.dev/mcp is fully managed. The optional stdio bridge is available for clients that don't support HTTP MCP.