Claude Design MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Design MCP Serverexport my landing page prototype to ~/Downloads"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Design for Codex
A Codex plugin for working with and exporting live Claude Design projects and prototypes.
Anthropic's Claude Design OAuth client uses a manual-code callback that is not compatible with Codex's standard localhost MCP callback. This plugin bridges that flow locally and forwards authenticated traffic to Anthropic's remote Claude Design MCP server.
Install from Codex
In Codex, add this GitHub repository as a plugin marketplace:
thomast8/codex-claude-design-pluginThen install Claude Design from the marketplace. The equivalent CLI commands are:
codex plugin marketplace add thomast8/codex-claude-design-plugin
codex plugin add claude-design@claude-designStart a new task after installation so Codex loads the plugin.
Related MCP server: Claude Talk to Figma MCP
Connector behaviour
When Claude Design is explicitly named, the plugin keeps the request on the Claude Design connector. Verbs such as “open”, “read”, “download”, and “export” do not route the task to a browser. Browser tooling is used only when requested or for visual QA of the connector's short-lived preview URL.
The bridge adds two local tools to Anthropic's MCP surface:
download_file_to_localdownloads one project file as exact raw bytes, including PNG, JPEG, GIF, WebP, fonts, PDFs, and other binary assets.export_project_to_localcreates a complete standalone local directory and a.claude-design-export.jsonmanifest containing source etags, byte counts, content types, and SHA-256 hashes.
Both tools require a new absolute destination under the user's home or temporary directory and refuse to overwrite existing paths.
Design-system behaviour
When a design system, UI kit, brand system, or existing product context applies, the plugin guides Codex to inspect the capabilities that are actually available and reuse the strongest suitable layer: templates, components, tokens, styles, assets, or written guidance. It does not force component reuse when a system is token-only, nor does it add design-system work to unrelated designs.
Before handoff, Codex verifies that declared resources are actually referenced and distinguishes system binding or loading from real use. It reports reused and adapted resources, justified exceptions, functional QA, and visual consistency separately.
Hand work to Claude Design
For design-heavy work, Codex can prepare a self-contained execution brief and hand it to an authenticated Claude Code agent running this plugin's Claude Design MCP bridge. Claude performs the generation through the same project and design-system tools; Codex then independently reviews the source and preview.
When Claude Code is unavailable or logged out, Codex writes the brief to
CODEX_HANDOFF.md in the project and returns the project link. The user starts
a fresh Claude Design chat and sends Read CODEX_HANDOFF.md and execute it.
put_conversation is not a prompt-submission fallback. It creates a synced,
read-only web chat where Claude will not answer and messages cannot be sent.
The plugin uses it only when an audit transcript is useful and never reports an
imported conversation as an executed handoff.
Multiple Claude accounts
Give each Claude account a short local name when you connect it. The local
browser helper shows an editable Local profile name field; --account
simply prefills it:
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex login --account work
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex login --account personalAccount names are local routing labels. During each login, check which Claude account is active in the browser before approving access.
The same helper lists every saved profile with its login status and default marker. Remove opens a separate confirmation page before deleting only that profile's local credentials; the Claude account and its projects are untouched.
An unpinned Codex instance can route one call to a named account or change its
session route. For example, ask “List projects from my work Claude account” or
“Use my personal Claude account for the rest of this task.” The connector adds
an optional account field to each Claude Design tool and exposes
set_session_account; it never sends the local account label to Anthropic.
Set the account used by new unpinned instances:
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex default workPin one Codex process so prompts cannot switch its account:
CODEX_CLAUDE_DESIGN_ACCOUNT=work codexManual MCP configurations can pin the bridge equivalently with
claude-design-codex server --account work. A pinned server does not publish
the session-switch tool or per-call account field.
First-use authentication
The first Claude Design request opens a local browser helper. The helper keeps the OAuth verifier on your machine while you:
Select Authorise with Claude.
Approve Claude Design in the new Claude tab.
Copy the short-lived
CODE#STATEvalue Claude displays.Return to the local helper tab and paste it there.
The helper exchanges the code directly with Anthropic, stores the resulting credentials with owner-only permissions, and lets the pending Codex request continue. Do not paste the code into chat.
Credentials are stored outside the plugin with one owner-only file per named account:
~/.config/codex-claude-design/accounts/<account>.jsonExisting ~/.config/codex-claude-design/credentials.json credentials continue
to work as the default account without migration.
To inspect or reset authentication without locating Codex's plugin cache:
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex status --all
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex logout --account personalSecurity notes
The browser helper binds only to
127.0.0.1, uses an unpredictable local form token, and shuts down after authentication or ten minutes.OAuth access and refresh tokens are never printed.
Account labels are validated before they are used as file names, and one account can never read another account's credential file.
Browser-based profile removal requires a form token and a second explicit confirmation; it never deletes Claude projects or remote account data.
The access token is passed to the MCP bridge through a child-process environment variable, not a command-line argument.
The remote endpoint is Anthropic's
https://api.anthropic.com/v1/design/mcp.This is an independent community plugin and is not affiliated with or endorsed by Anthropic or OpenAI.
The bridge pins mcp-remote to version 0.1.37. Its OAuth implementation is
adapted from erdnj/claude-design-mcp at commit
5e50b691df5259668cf80fcd41766d4da17a80ce under the MIT licence. See
THIRD_PARTY_NOTICES.md.
Documentation status: generated by Codex, last updated 10 August 2026, and not yet human-reviewed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceBridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.7696385MIT
- AlicenseCqualityCmaintenanceEnables Claude Desktop and other AI tools to interact directly with Figma, allowing for powerful AI-assisted design capabilities through natural language commands.922,316648MIT
- AlicenseAqualityAmaintenanceEnables Claude AI to seamlessly interact with Scrivener projects for document management, AI-powered content analysis, and advanced writing assistance.5717343AGPL 3.0
- FlicenseAqualityCmaintenanceBridges Claude Design projects into existing Claude Desktop sessions by fetching code files, chat history, and project bundles.7
Related MCP Connectors
Read, edit, publish, and preview your pepita websites from Claude.
Publish pages straight from Claude as private, branded, tracked links.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thomast8/codex-claude-design-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server