claude-design
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsA | List all Claude Design projects the user owns or can edit. |
| get_projectA | Get metadata for a Claude Design project. Accepts a project UUID or a full claude.ai/design/p/ URL. |
| list_filesC | List all files in a Claude Design project. |
| get_fileA | Get the raw content of a file in a Claude Design project. Use offset and limit to read large files in chunks (default chunk: 20000 chars). Reports total size so you know if more remains. |
| get_chatsA | Get the full chat/conversation history from a Claude Design project. This is the design conversation context — requirements, iterations, decisions — fundamental for understanding what to implement. |
| download_bundleA | Download a Claude Design project as a ZIP bundle to a local directory. Includes all files: code (HTML/JS/JSX), images, screenshots, and uploads. The ZIP also works without chat history — use get_chats for that separately. |
| import_projectA | Import a Claude Design project: reads project metadata, lists all files, and returns the content of each HTML/JS/JSX file so it can be implemented. Pass the full claude.ai/design/p/?file= URL from the 'Share to Claude Code' clipboard text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/kuatecno/mcp-design'
If you have feedback or need assistance with the MCP directory API, please join our Discord server