Claude Artifacts
БесплатноНе проверенManage Claude Code artifacts from your terminal.
Описание
Manage Claude Code artifacts from your terminal.
README
Publish Claude Code artifacts from your terminal.
I love Claude Code artifacts. claude-artifacts exists because sharing and updating them should be as direct as creating them. Point it at local HTML, Markdown, YAML, CSV, JSON, source code, or another text file, get a Claude artifact URL, and keep updating that same URL without going back through chat.
What You Can Do
- Publish local HTML, Markdown, data files, source files, and other text files as Claude Code artifacts.
- Update an existing artifact without changing its URL.
- List your Claude Code artifacts with URLs, owners, view counts, and the gallery link.
- Download the live artifact HTML when you need to inspect or archive it.
- Expose the same workflow to Claude Code, Codex, Cursor, and other MCP-capable coding agents.
Install
npm install -g claude-artifacts
If Claude Code is not logged in yet:
claude /login
Quickstart
Publish a page:
claude-artifacts create dashboard.html --title "Launch dashboard"
Publish data or source files too:
claude-artifacts create config.yaml --title "Runtime config"
claude-artifacts create metrics.csv --title "Metrics export"
List your artifacts:
claude-artifacts list
Update the same artifact later:
claude-artifacts update <id> dashboard.html --title "Launch dashboard"
Download the live HTML:
claude-artifacts read <id> --content > deployed.html
Delete an artifact:
claude-artifacts delete <id>
Output
list is built for quick scanning:
gallery: https://claude.ai/code/artifacts
1. Launch dashboard
id: e2438a48-35b9-46bb-902e-fc59665782e2
url: https://claude.ai/code/artifact/e2438a48-35b9-46bb-902e-fc59665782e2
updated: Jun 23, 2026, 2:28 PM CDT
label: launch-v1
owner: [email protected]
access: mine
views: 8 total, 1 unique
Commands accept either the full Claude artifact URL or just the UUID:
claude-artifacts read https://claude.ai/code/artifact/<id>
claude-artifacts read <id>
Commands
| Command | Purpose |
|---|---|
claude-artifacts create <file> [--title <title>] [--favicon <emoji>] [--label <label>] |
Publish a local file as a new artifact. |
claude-artifacts list [--limit <n>] |
Show your Claude Code artifacts and gallery URL. |
claude-artifacts read <artifact> [--content] [--content-version <version>] |
Read artifact metadata, or include HTML with --content. |
claude-artifacts update <artifact> <file> [--title <title>] [--favicon <emoji>] [--label <label>] [--base-version <version>] |
Publish a new version to an existing artifact URL. |
claude-artifacts delete <artifact> |
Remove an artifact. |
--favicon is optional. It is a short text icon, usually an emoji, shown by Claude for the artifact.
MCP
Use the MCP server with Claude Code or any other coding agent that supports MCP stdio servers:
npx -y --package claude-artifacts claude-artifacts-mcp
Example MCP config:
{
"mcpServers": {
"claude-artifacts": {
"command": "npx",
"args": ["-y", "--package", "claude-artifacts", "claude-artifacts-mcp"]
}
}
}
Available MCP tools:
claude_artifacts__create
claude_artifacts__list
claude_artifacts__read
claude_artifacts__update
claude_artifacts__delete
How Login Works
claude-artifacts uses the same Claude Code login already on your machine. There is no separate API key to create or paste.
Установить Claude Artifacts в Claude Desktop, Claude Code, Cursor
unyly install claude-artifactsСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add claude-artifacts -- npx -y claude-artifactsFAQ
Claude Artifacts MCP бесплатный?
Да, Claude Artifacts MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claude Artifacts?
Нет, Claude Artifacts работает без API-ключей и переменных окружения.
Claude Artifacts — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Claude Artifacts в Claude Desktop, Claude Code или Cursor?
Открой Claude Artifacts на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Claude Artifacts with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
