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.
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 at:
~/.config/codex-claude-design/credentials.jsonTo inspect or reset authentication without locating Codex's plugin cache:
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex status
npm exec --yes \
--package=github:thomast8/codex-claude-design-plugin \
-- claude-design-codex logoutSecurity 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.
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 on 30 July 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
- Alicense-qualityFmaintenanceBridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.Last updated189384MIT
- AlicenseCqualityCmaintenanceEnables Claude Desktop and other AI tools to interact directly with Figma, allowing for powerful AI-assisted design capabilities through natural language commands.Last updated92439626MIT
- FlicenseAquality-maintenanceBridges Claude Desktop, Claude Code CLI, and Claude Code for VS Code, enabling developers to plan in Desktop, save specs to project directories, and invoke Claude Code CLI with seamless state sharing across interfaces.Last updated4
- AlicenseAqualityAmaintenanceEnables Claude AI to seamlessly interact with Scrivener projects for document management, AI-powered content analysis, and advanced writing assistance.Last updated5753337AGPL 3.0
Related MCP Connectors
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.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
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