Artifacts MCP Server

Self-hosted, Claude-style artifact publishing POST HTML, a React component, Markdown, or a zipped static site. Get back an unguessable URL on your own domain.

People who need cloud infrastructure tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 6 · #119 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Artifacts

before you install - you'll need

Set ARTIFACTS_API_KEY, BASE_URL before connecting.

Docker

docker run -i --rm ghcr.io/kuyazee/artifacts:latest

Claude Desktop - add to config

{
  "mcpServers": {
    "kuyazee-artifacts": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kuyazee/artifacts:latest"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

repo age created 2026-07-06 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.kuyazee is GitHub-verified and matches the repo owner

03 · What Artifacts can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.0 · 2026-07-23

Highlights · Duplicate an artifact · Copy any artifact into a new one that keeps all of its setup. A new Duplicate... item in · each artifact's overflow menu opens the compose form pre-filled from the source: the title…

v1.2.0 · 2026-07-20

Highlights · Per-artifact visibility · Each artifact is now public (default, unchanged), private (operator-only), or · password-protected (a shared password you hand out). Gated on every serve path · (/a/:slug, ?raw=1…

v1.1.0 · 2026-07-19

What's new in v1.1.0 · Storage backends · Pluggable storage layer with a local backend foundation · S3-compatible backend for durable, restart-proof hosting · Git backend (commit + push on every change) · Postgres and…

04 · Who maintains Artifacts

Artifacts is maintained by kuyazee. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
cloud infrastructure - ranked #119 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-23)
registry
io.github.kuyazee/artifacts (active, first published 2026-07-08)
packages
oci:ghcr.io/kuyazee/artifacts:latest

06 · Artifacts FAQ

What is Artifacts?

Self-hosted, Claude-style artifact publishing POST HTML, a React component, Markdown, or a zipped static site. Get back an unguessable URL on your own domain.

Is Artifacts still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Artifacts?

Run `docker run -i --rm ghcr.io/kuyazee/artifacts:latest`. The README documents 2 environment variables (ARTIFACTS_API_KEY, BASE_URL) to set first. Set ARTIFACTS_API_KEY, BASE_URL before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Artifacts