CodeCrafted Design MCP
Enables AI coding agents to plan, build, and review websites and product interfaces with a persistent, user-led process, including design direction, component contracts, and implementation review.
README
CodeCrafted Design MCP
CodeCrafted Design 2.4 gives AI coding agents a persistent, user-led process for planning, building and reviewing websites and product interfaces.
MCP Registry name: uk.co.codecrafted/design
- Website: https://design.codecrafted.co.uk
- Setup: https://design.codecrafted.co.uk/docs
- MCP endpoint:
https://design.codecrafted.co.uk/mcp - Free account: https://design.codecrafted.co.uk/register
Connect your agent
Claude Code
claude mcp add --transport http --scope user codecrafted-design https://design.codecrafted.co.uk/mcp
claude mcp login codecrafted-design
Codex
codex mcp add codecrafted-design --url https://design.codecrafted.co.uk/mcp
codex mcp login codecrafted-design
OpenCode
Add clients/opencode.json to your OpenCode configuration, then run:
opencode mcp auth codecrafted-design
Other MCP clients
Cursor, VS Code, Zed, Gemini CLI and other clients supporting remote or Streamable HTTP MCP servers can use the same endpoint. OAuth-capable clients discover sign-in automatically. For CI or a client without OAuth, use an API key as a Bearer token; see clients/generic-mcp.json.
Ready-made configuration files are in clients/.
Optional agent skill
The codecrafted-design skill gives compatible agents the recommended brief, direction, build and review workflow. The MCP service works without it.
Install the extracted folder in a location supported by your agent:
.agents/skills/codecrafted-design/ portable project location
.claude/skills/codecrafted-design/ Claude-compatible project location
.opencode/skills/codecrafted-design/ OpenCode project location
~/.codex/skills/codecrafted-design/ Codex personal location
Download: https://design.codecrafted.co.uk/downloads/codecrafted-design-skill.zip
What the service provides
- persistent project briefs, route blueprints and compact continuation state;
- non-mutating design-direction exploration with explicit approval, adjustment and undo;
- composable site and product structures, visual foundations and semantic colour roles;
- invariant component contracts plus user-selected layout, presentation and interaction variants;
- portable design tokens; and
- an evidence-based implementation review and correction loop.
The exact 30-tool public surface is generated from the synchronized protocol inventory in TOOLS.md.
MCP Registry publication
This repository is the publication source for the hosted remote server. Platform releases must synchronize the protocol inventory, release manifest and skill before a Registry version is published:
npm run sync -- ..\design-platform
npm run check
Publication is gated by the matching version tag, official Registry validation, a live endpoint version/tool check and domain ownership of codecrafted.co.uk. See REGISTRY.md for the complete first-publication and automated-release process.
Repository boundary
This repository contains public Registry metadata, synchronized protocol contracts, client configuration, tool documentation and the installable agent skill. It does not contain the proprietary hosted server, design catalogue, customer data, deployment configuration or operational secrets.
See NOTICE.md and SECURITY.md. CodeCrafted Design is operated by CodeCrafted Ltd, company number 17265819.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.